fix: use email for KESTRA_ADMIN_USER
This commit is contained in:
@@ -15,6 +15,6 @@ DB_NAME=kestra
|
|||||||
DB_USER=kestra
|
DB_USER=kestra
|
||||||
DB_PASSWORD=CHANGE_ME
|
DB_PASSWORD=CHANGE_ME
|
||||||
|
|
||||||
# Kestra Authentication
|
# Kestra Authentication (username must be a valid email address)
|
||||||
KESTRA_ADMIN_USER=admin
|
KESTRA_ADMIN_USER=admin@kestra.io
|
||||||
KESTRA_ADMIN_PASSWORD=CHANGE_ME
|
KESTRA_ADMIN_PASSWORD=CHANGE_ME
|
||||||
|
|||||||
Reference in New Issue
Block a user