28 lines
522 B
YAML
28 lines
522 B
YAML
production:
|
|
adapter: mysql2
|
|
database: forgeplus
|
|
host: mysql-public
|
|
username: root
|
|
password: "gitlinK#%01"
|
|
encoding: utf8mb4
|
|
pool: 200
|
|
wait_timeout: 10
|
|
reconnect: true
|
|
gitea_server:
|
|
adapter: mysql2
|
|
database: gitea_hat
|
|
port: 3306
|
|
host: mysql-public
|
|
username: root
|
|
password: "gitlinK#%01"
|
|
encoding: utf8mb4
|
|
trustie_web_server:
|
|
adapter: mysql2
|
|
database: trustiet
|
|
port: 3306
|
|
host: mysql-public
|
|
username: root
|
|
password: "gitlinK#%01"
|
|
encoding: utf8
|
|
|