4 lines
112 B
Bash
4 lines
112 B
Bash
PORT=3000
|
|
# SQLite database filename (creates a local file in the project folder)
|
|
DATABASE_FILE=database.sqlite
|