mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-09-24 18:09:31 +02:00
19 lines
526 B
YAML
19 lines
526 B
YAML
---
|
|
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
# List of users
|
|
users:
|
|
admin:
|
|
disabled: false
|
|
displayname: 'admin'
|
|
password: '$argon2id$v=19$m=65536,t=3,p=4$t6SNxOtQ6wBnGZUbPu/MVQ$+KCk9Zfc7gemFDRo5a90yfbTkkR0dI5DbeNzYkKxXLE'
|
|
email: 'admin@example.com'
|
|
groups:
|
|
- 'admins'
|
|
- 'dev'
|
|
...
|