mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 02:57:38 +03:00
initial
This commit is contained in:
22
sim/cluster0/credentials.txt
Normal file
22
sim/cluster0/credentials.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user