mirror of
https://github.com/jesperh1/csgo-hub-backend.git
synced 2025-05-16 09:18:11 +01:00
7 lines
142 B
YAML
7 lines
142 B
YAML
config:
|
|
MYSQL_DB: "cshub"
|
|
MYSQL_USER: "root"
|
|
MYSQL_PASS: ""
|
|
MYSQL_HOST: "127.0.0.1:3306"
|
|
DOMAIN: "steam.csgohub.xyz"
|
|
PORT: ":8383" |