Skip to content

Commit

Permalink
Merge pull request #2270 from Geoportail-Luxembourg/pds_config
Browse files Browse the repository at this point in the history
Add missing single quotes
  • Loading branch information
rmichaelis authored Jul 24, 2019
2 parents 993897c + 4e3c700 commit e4cf109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions geoportal/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ vars:
redis_expiration_time: 86400}
backend: dogpile.cache.redis
pds:
staging_url: {PDS_STAGING_URL}
prod_url: {PDS_PROD_URL}
staging_url: '{PDS_STAGING_URL}'
prod_url: '{PDS_PROD_URL}'
fme_token:
owncloud_internal_url:
owncloud_external_url:
owncloud_user:
owncloud_password:
smtp_server: {PDS_SMTP_SERVER}
bcc_address: {PDS_BCC_ADDRESS}
smtp_server: '{PDS_SMTP_SERVER}'
bcc_address: '{PDS_BCC_ADDRESS}'
casipo: {bcc_address: '{CASIPO_BCC_ADDRESS}', fme_token: '{CASIPO_FME_TOKEN}', owncloud_external_url: '{CASIPO_OWNCLOUD_EXTERNAL_URL}', owncloud_internal_url: '{CASIPO_OWNCLOUD_INTERNAL_URL}',
owncloud_password: '{CASIPO_OWNCLOUD_PASSWORD}', owncloud_user: '{CASIPO_OWNCLOUD_USER}', prod_url: '{CASIPO_PROD_URL}', smtp_server: '{CASIPO_SMTP_SERVER}',
staging_url: '{CASIPO_STAGING_URL}'}
Expand Down

0 comments on commit e4cf109

Please sign in to comment.