There was an error while loading. Please reload this page.
1 parent 15b8fb5 commit e5e280cCopy full SHA for e5e280c
2 files changed
.env.prod
@@ -0,0 +1,7 @@
1
+FLASK_ENV="production"
2
+# App configuration
3
+APP_NAME=SmartsFilter
4
+APP_PORT=8000
5
+URL_PREFIX=smartsfilter
6
+APP_URL={domain_name}/${URL_PREFIX}
7
+PUBLIC_URL=${URL_PREFIX}
.gitignore
@@ -4,11 +4,6 @@ __pycache__/
*.so
*.egg-info/
-.env
8
-.env.*
9
-!.env.*.example
10
-app/.env
11
-
12
venv/
13
path/
14
.venv/
0 commit comments