5 lines
65 B
Bash
5 lines
65 B
Bash
|
|
# Server
|
||
|
|
SRV_PORT=5001
|
||
|
|
|
||
|
|
# Database
|
||
|
|
DB_STORAGE="data_devel.db"
|