Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/files/gamma-config/plugins/NameLayer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nameapi:
password: ${CIV_MYSQL_PASSWORD}
host: ${CIV_MYSQL_HOST}
port: 3306
database: civproxy
database: nameapi
poolsize: 1
connection_timeout: 10000
idle_timeout: 600000
Expand Down
2 changes: 1 addition & 1 deletion ansible/files/paper-config/plugins/NameLayer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nameapi:
password: ${CIV_MYSQL_PASSWORD}
host: ${CIV_MYSQL_HOST}
port: 3306
database: civproxy
database: nameapi
poolsize: 1
connection_timeout: 10000
idle_timeout: 600000
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion ansible/files/proxy-config/plugins/civproxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ database:
password: ${CIV_MYSQL_PASSWORD}
host: ${CIV_MYSQL_HOST}
port: 3306
database: civproxy
database: nameapi
poolsize: 5
connection_timeout: 10000
idle_timeout: 600000
Expand Down
2 changes: 1 addition & 1 deletion ansible/files/pvp-config/plugins/NameLayer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nameapi:
password: ${CIV_MYSQL_PASSWORD}
host: ${CIV_MYSQL_HOST}
port: 3306
database: civproxy
database: nameapi
poolsize: 1
connection_timeout: 10000
idle_timeout: 600000
Expand Down
Binary file added ansible/src/proxy-plugins/ajQueue-2.9.1.jar
Binary file not shown.
Loading