mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-05-25 12:54:52 +00:00
Add templates and many other things
This commit is contained in:
parent
330201be3a
commit
62945c943d
414 changed files with 14758 additions and 4145 deletions
|
@ -1,4 +1,5 @@
|
|||
SECRET_KEY = 'dev'
|
||||
SECRET_KEY = "dev"
|
||||
BEARER_TOKEN = 1234
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
|
||||
SQLALCHEMY_DATABASE_URI = f"sqlite:///db.sqlite"
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue