Skip to content

Commit

Permalink
Fix usage of wf47 secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Oct 23, 2023
1 parent d0856a0 commit 9ed03aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Password for the MySQL replication user.
# Set this to enable master-master replication between two domservers.
#REPLICATION_PASSWORD: some-replication-password-wf46
REPLICATION_PASSWORD: some-replication-password-wf46

# Database user password.
DB_PASSWORD: some-database-password-wf46
Expand Down
8 changes: 4 additions & 4 deletions provision-contest/ansible/group_vars/wf47/secret.yml.example
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Password for the MySQL replication user.
# Set this to enable master-master replication between two domservers.
#REPLICATION_PASSWORD: some-replication-password-wf46
REPLICATION_PASSWORD: some-replication-password-wf47

# Database user password.
DB_PASSWORD: some-database-password-wf46
DB_PASSWORD: some-database-password-wf47

# Credentials for the judgehost.
JUDGEHOST_USER: judgehost
JUDGEHOST_PASSWORD: some-judgehost-password-wf46
JUDGEHOST_PASSWORD: some-judgehost-password-wf47

# Username and password to be used in .netrc files on admin machines
ADMIN_USER: admin
ADMIN_PASSWORD: some-admin-password-wf46
ADMIN_PASSWORD: some-admin-password-wf47

0 comments on commit 9ed03aa

Please sign in to comment.