Quellcode durchsuchen

Added Default ENV file

App Generator vor 3 Jahren
Ursprung
Commit
e4e8f95643
2 geänderte Dateien mit 15 neuen und 2 gelöschten Zeilen
  1. 14 0
      .env
  2. 1 2
      .gitignore

+ 14 - 0
.env

@@ -0,0 +1,14 @@
+# True for development, False for production
+DEBUG=True
+
+# Flask ENV
+FLASK_APP=run.py
+FLASK_ENV=development
+
+# Used for CDN (in production)
+# No Slash at the end
+ASSETS_ROOT=/static/assets
+
+# LOCAL 5001 FLask
+# GITHUB_ID = <YOUR_GITHUB_ID>
+# GITHUB_SECRET = <YOUR_GITHUB_SECRET>

+ 1 - 2
.gitignore

@@ -32,5 +32,4 @@ apps/static/assets/yarn.lock
 apps/static/assets/.temp
 
 migrations
-.env
-.env__
+