make give civproxy a default config

This commit is contained in:
Husky
2025-10-10 17:02:20 -04:00
parent 1fe1c63ca7
commit dd553f02f9
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# Database configuration for NameAPI
database:
user: ${CIV_MYSQL_USERNAME}
password: ${CIV_MYSQL_PASSWORD}

View File

@@ -0,0 +1,11 @@
# Database configuration for NameAPI
database:
user: "user"
password: "password"
host: "host"
port: 3306
database: nameapi
poolsize: 10
connection_timeout: 10000
idle_timeout: 600000
max_lifetime: 7200000