1
0
mirror of git://f0xx.org/ac/ac-deploy synced 2026-07-29 02:18:40 +03:00
Files
ac-deploy/sim/cluster0/credentials.txt
Anton Afanasyeu 7f3e4fea9f initial
2026-06-23 12:21:14 +02:00

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