short_link/config.json

16 lines
208 B
JSON
Raw Normal View History

2022-10-10 16:46:59 +00:00
{
"DEBUG": false,
"DB": {
"host": "localhost",
"user": "root",
"password": "root",
"database": "short_link"
},
"KEYS": [
"Example"
],
"LISTEN": [
"0.0.0.0",
50002
]
}