mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
wip
This commit is contained in:
10
ansible/files/proxy-config/plugins/civproxy/config.yml
Normal file
10
ansible/files/proxy-config/plugins/civproxy/config.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
database:
|
||||
user: ${CIV_MYSQL_USERNAME}
|
||||
password: ${CIV_MYSQL_PASSWORD}
|
||||
host: ${CIV_MYSQL_HOST}
|
||||
port: 3306
|
||||
database: civproxy
|
||||
poolsize: 10
|
||||
connection_timeout: 10000
|
||||
idle_timeout: 600000
|
||||
max_lifetime: 7200000
|
||||
Reference in New Issue
Block a user