mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 07:37:47 +03:00
23 lines
476 B
Plaintext
23 lines
476 B
Plaintext
# cast cluster lab credentials (NOT production — shared intentionally for lab safety)
|
|
# Same values on cast01, cast02, cast03 unless noted.
|
|
|
|
[mariadb_root]
|
|
# Alpine default: unix socket auth as root, no password
|
|
|
|
[mariadb_app]
|
|
user=androidcast
|
|
password=cast-cluster-dev
|
|
host_write=cast01
|
|
host_read=cast01
|
|
port=3306
|
|
databases=androidcast_crashes,url_shortener
|
|
|
|
[mariadb_replication]
|
|
user=repl
|
|
password=cast-cluster-dev
|
|
allowed_from=10.7.16.%
|
|
|
|
[ssh]
|
|
user=ai
|
|
sudo=passwordless
|