Prepare isolated VPS UAT deployment bundle
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Generate the password hash on the VPS; never place a plaintext password here.
|
||||
# Then copy this file to users_database.yml, replace the placeholders, and set
|
||||
# mode 0640. The real users_database.yml is excluded from Git.
|
||||
users:
|
||||
newsroom:
|
||||
disabled: false
|
||||
displayname: Newsroom tester
|
||||
password: REPLACE_WITH_ARGON2ID_HASH
|
||||
email: newsroom@invalid.local
|
||||
groups:
|
||||
- testers
|
||||
Reference in New Issue
Block a user