mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
make give civproxy a default config
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
# Database configuration for NameAPI
|
||||
database:
|
||||
user: ${CIV_MYSQL_USERNAME}
|
||||
password: ${CIV_MYSQL_PASSWORD}
|
||||
|
||||
11
plugins/civproxy-velocity/src/main/resources/config.yml
Normal file
11
plugins/civproxy-velocity/src/main/resources/config.yml
Normal 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
|
||||
Reference in New Issue
Block a user