minimal requirements, one schema, readme update
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
PORT = 24579
|
||||
|
||||
SQLITE_URI = Path(__file__).parent / "database.sqlite3"
|
||||
JWT_ALGORITHM = "HS256"
|
||||
JWT_SECRET_KEY = "8f1bd7696ffb482d8486dfbc6e7d16dd-secret-key"
|
||||
|
Reference in New Issue
Block a user