5 lines
64 B
Bash
5 lines
64 B
Bash
|
|
# Server
|
||
|
|
SRV_PORT=5000
|
||
|
|
|
||
|
|
# Database
|
||
|
|
DB_STORAGE="data_prod.db"
|