short_link/config.json

16 lines
208 B
JSON

{
"DEBUG": false,
"DB": {
"host": "localhost",
"user": "root",
"password": "root",
"database": "short_link"
},
"KEYS": [
"Example"
],
"LISTEN": [
"0.0.0.0",
50002
]
}