mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-22 19:33:34 +03:00
Default login crediantials in config
This commit is contained in:
parent
65d58cfd92
commit
3b69fcf770
2 changed files with 9 additions and 3 deletions
|
@ -27,6 +27,10 @@ $logsdirectory = "../etc";
|
|||
# Location of user-database. Make sure its writeable and not served by the webserver!
|
||||
$authdb = "../etc/pdns.users.sqlite3";
|
||||
|
||||
# Admin login and password at first start-up
|
||||
$default_admin_username = "admin";
|
||||
$default_admin_password = "admin";
|
||||
|
||||
# Set a random generated secret to enable auto-login and long living csrf tokens
|
||||
// $secret = '...';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue