Revision b6fd14acdb3fce3f27ed2d67a4bed986654d38b0 authored by carlosp420 on 28 August 2017, 14:15:25 UTC, committed by carlosp420 on 28 August 2017, 14:15:25 UTC
1 parent 3cc2899
Raw File
config.json.bak
{
"SECRET_KEY": "create_a_secret_key",
"DB_USER": "postgres",
"DB_PASS": "pass",
"DB_NAME": "voseq",
"DB_PORT": "5432",
"DB_HOST": "localhost",
"GOOGLE_MAPS_API_KEY": "get_a_google_map_api_key",
"PHOTOS_REPOSITORY": "local",
"ELASTICSEARCH": "true"
}
back to top