change email oss auth default (#7717)

This commit is contained in:
ben8t
2025-03-06 10:47:24 +01:00
committed by GitHub
parent bbf232ba52
commit 1726347dbf

View File

@@ -43,7 +43,7 @@ services:
server: server:
basicAuth: basicAuth:
enabled: false enabled: false
username: "admin@kestra.io" # it must be a valid email address username: "admin@localhost.dev" # it must be a valid email address
password: kestra password: kestra
repository: repository:
type: postgres type: postgres