mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-23 21:04:39 -05:00
change email oss auth default (#7717)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user