-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Vasseur
committed
Oct 23, 2023
1 parent
d0856a0
commit 9ed03aa
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|