initial commit

This commit is contained in:
2019-10-14 20:04:34 +01:00
commit 508cc197f7
7 changed files with 236 additions and 0 deletions

7
files/users_database.yml Normal file
View File

@@ -0,0 +1,7 @@
users:
testuser: ## I have set the password below to 'test' for you
password: '{CRYPT}$6$rounds=500000$Bui4ldW5hXOI9qwJ$IUHQPCusUKpTs/OrfE9UuGb1Giqaa5OZA.mqIpH.Hh8RGFsEBHViCwQDx6DfkGUiF60pqNubFBugfTvCJIDNw1'
email: your@email.address
groups:
- admins
- dev