mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Use default password used everywhere else
This commit is contained in:
parent
db87a0f3a1
commit
91e12d510d
@ -10,7 +10,7 @@ DEV_PROFILER="${DEV_PROFILER:-false}"
|
|||||||
DEV_LISTEN="${DEV_LISTEN:-127.0.0.1:8080}"
|
DEV_LISTEN="${DEV_LISTEN:-127.0.0.1:8080}"
|
||||||
[[ "${DEV_LISTEN}" == *:* ]] || DEV_LISTEN="127.0.0.1:${DEV_LISTEN}"
|
[[ "${DEV_LISTEN}" == *:* ]] || DEV_LISTEN="127.0.0.1:${DEV_LISTEN}"
|
||||||
DEV_ADMIN="${DEV_ADMIN:-admin@example.com}"
|
DEV_ADMIN="${DEV_ADMIN:-admin@example.com}"
|
||||||
DEV_PASSWORD="${DEV_PASSWORD:-admin}"
|
DEV_PASSWORD="${DEV_PASSWORD:-letmein}"
|
||||||
|
|
||||||
### MAIN
|
### MAIN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user