Unverified Commit 71a91539 authored by Raghupathi's avatar Raghupathi Committed by GitHub
Browse files

Added db name as var

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -10,7 +10,7 @@ APPLICATION_ENV={{ env }}
ENABLE_CONSOLE_LOGGING={{ml_core_enable_debug_logging | default("OFF")}}
# Mongo DB Configuration
MONGODB_URL=mongodb://{{ml_core_mongodb_url | default(groups['mongo_master'][0]+':27017')}}/ml-survey
MONGODB_URL=mongodb://{{ml_mongodb_host | default(groups['mongo_master'][0]+':27017')}}/{{ ml_mongodb | default("ml-survey") }}
# Secure token access Admin related API's
# The value of internal access token can be generated by command - "openssl rand -hex 10
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment