mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
cleanup docker-config sample
This commit is contained in:
parent
2732fc1423
commit
e19b190cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ else if (getenv('MTT_DB_TYPE') == 'sqlite') {
|
|||
define("MTT_DB_PREFIX", "");
|
||||
}
|
||||
|
||||
define("MTT_SALT", "Random text");
|
||||
define("MTT_SALT", "Put Random Text Here");
|
||||
|
|
|
|||
Loading…
Reference in a new issue