mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-27 13:23:11 +00:00
Move routes to own folder
This commit is contained in:
parent
7b86a6b6bb
commit
c1f8f67e64
9 changed files with 63 additions and 44 deletions
|
@ -6,7 +6,8 @@ def env(key):
|
|||
return os.getenv(key)
|
||||
|
||||
|
||||
SECRET_KEY = env("FLASK_KEY")
|
||||
# SECRET_KEY = env("FLASK_KEY")
|
||||
SECRET_KEY = "dev"
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = "sqlite:///site.db"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue