-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from camptocamp/generalisation
code generalisation and i18n
- Loading branch information
Showing
31 changed files
with
3,956 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ ALLOWED_HOST=localhost,127.0.0.1,proxy.example.com | |
# Base URL of the api | ||
ROOTURL= | ||
|
||
DEFAULT_FROM_EMAIL=no-reply@ne.ch | ||
DEFAULT_FROM_EMAIL=no-reply@geoshop.ch | ||
EMAIL_HOST=smtp.example.com | ||
ADMIN_EMAIL_LIST=[email protected] | ||
|
||
|
@@ -40,6 +40,7 @@ INTRA_LEGEND_URL=https://example.com/mapserv_proxy?ogcserver=source+for+image%2F | |
# Only for testing purpose | ||
EMAIL_TEST_TO=[email protected] | ||
|
||
DEFAULT_LANGUAGE=en | ||
# For non-docker, uncomment this (only tested in Windows) | ||
#GDAL_PATH="C:\Applications\Mapserver72_x64\bin" | ||
#GDAL_LIBRARY_PATH="C:\Applications\Mapserver72_x64\bin\gdal300.dll" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.