short_link_go/config.json
2024-10-30 21:45:10 +08:00

16 lines
210 B
JSON

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