6 lines
90 B
Text
6 lines
90 B
Text
SQLITE_DB_PATH="./data"
|
|
SQLITE_DB_NAME="db.sqlite3"
|
|
|
|
BEARER_TOKEN="REPLACE_ME"
|
|
|
|
PORT=3000
|