mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Removed admin credentials
This commit is contained in:
parent
ce1b667459
commit
2a3fe353fe
@ -9,8 +9,9 @@ address = "0.0.0.0:9000"
|
|||||||
# be replaced with a better multi-user, role-based authentication system.
|
# be replaced with a better multi-user, role-based authentication system.
|
||||||
# IMPORTANT: Leave both values empty to disable authentication on admin
|
# IMPORTANT: Leave both values empty to disable authentication on admin
|
||||||
# only where an external authentication is already setup.
|
# only where an external authentication is already setup.
|
||||||
admin_username = "{{listmonk_admin_username}}"
|
# admin_username = "{{listmonk_admin_username}}"
|
||||||
admin_password = "{{listmonk_admin_password}}"
|
# admin_password = "{{listmonk_admin_password}}"
|
||||||
|
# Deactivated for newer versions
|
||||||
|
|
||||||
# Database.
|
# Database.
|
||||||
[db]
|
[db]
|
||||||
|
Loading…
Reference in New Issue
Block a user