Spaces:
Runtime error
Runtime error
Jason
commited on
Commit
·
799a0ac
1
Parent(s):
02d8c91
fix config
Browse files- config.ini +1 -1
config.ini
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[DEFAULT]
|
2 |
-
prod =
|
3 |
|
4 |
[DEVELOPMENT]
|
5 |
URL = http://127.0.0.1:5000
|
|
|
1 |
[DEFAULT]
|
2 |
+
prod = True
|
3 |
|
4 |
[DEVELOPMENT]
|
5 |
URL = http://127.0.0.1:5000
|