Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add a bit more help to help with postfixadmin/postfixadmin#527
  • Loading branch information
DavidGoodwin committed Aug 12, 2021
1 parent 1b67708 commit 92fc953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can configure this through the following environment variables when running
* POSTFIXADMIN\_DB\_NAME=.... - database name or path to database file (sqlite)
* POSTFIXADMIN\_DB\_USER=... - mysqli/pgsql only (db server user name)
* POSTFIXADMIN\_DB\_PASSWORD=... - mysqli/pgsql only (db server user password)
* POSTFIXADMIN\_SETUP\_PASSWORD=... - generated from setup.php
* POSTFIXADMIN\_SETUP\_PASSWORD=... - generated from setup.php or `php -r "echo password_hash('mysecretpassword', PASSWORD_DEFAULT);"`

Note: An SQLite database is probably not recommended for production use, but is a quick and easy way to try out the software without dependencies.

Expand Down

0 comments on commit 92fc953

Please sign in to comment.