-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
POSTGRES_DB=tm | ||
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=1234 | ||
POSTGRES_PORT=5432 |
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
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 |
---|---|---|
|
@@ -20,14 +20,22 @@ [email protected] | |
MAILER_PASSWORD=abc... | ||
[email protected] | ||
MAILER_PORT=25 | ||
OSM_memcache_servers="" | ||
|
||
# Nominatim settings | ||
NOMINATIM_URL=nominatim-api | ||
|
||
# Make sure that the first time this (OPENSTREETMAP_id_key) value is empty. | ||
# Once you start you server and create your OAuth 1, fill the value with the Consumer Key. | ||
OPENSTREETMAP_id_key="" | ||
OSM_memcache_servers="" | ||
# Once you start you server and create your OAuth 2. | ||
### Create OAuth 2 applications | ||
### Client ID=OPENSTREETMAP_id_key | ||
OPENSTREETMAP_id_key="xyz..." | ||
|
||
### OpenStreetMap Web Site | ||
# Client ID=OAUTH_CLIENT_ID | ||
# Client Secret=OAUTH_KEY | ||
OAUTH_CLIENT_ID="abc..." | ||
OAUTH_KEY="efg..." | ||
|
||
# NEW_RELIC settings | ||
# TODO: Needs to be implemented the New Relic functions in order to make running in the web container | ||
|