Merge pull request #5591 from ManniLoe/admin_secret

admin.env not loaded by m4
This commit is contained in:
Finn Stutzenstein 2020-10-02 07:31:20 +02:00 committed by GitHub
commit deddd68121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ We also strongly recommend that you set a secure admin password but it is not
strictly required. If you do not set an admin password, the default login strictly required. If you do not set an admin password, the default login
credentials will be displayed on the login page. Setting the admin password:: credentials will be displayed on the login page. Setting the admin password::
$ cp secrets/admin.env.example secrets/admin.env $ cp secrets/adminsecret.env.example secrets/adminsecret.env
$ vi secrets/admin.env $ vi secrets/adminsecret.env
Afterwards, generate the configuration file:: Afterwards, generate the configuration file::