diff options
Diffstat (limited to 'config.env.sample')
-rw-r--r-- | config.env.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.env.sample b/config.env.sample index a21d060..fadf0ed 100644 --- a/config.env.sample +++ b/config.env.sample @@ -1,7 +1,7 @@ -DASHBOARD_URL=http://labs.opnfv.org +DASHBOARD_URL=http://127.0.0.1:8000 # SECURITY WARNING: don't run with debug turned on in production! -DEBUG=False +DEBUG=True # TEST should be True if you want to run some tests in your local dev environment TEST=False |