mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
change email oss auth default (#7717)
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
server:
|
||||
basicAuth:
|
||||
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
|
||||
repository:
|
||||
type: postgres
|
||||
|
||||
Reference in New Issue
Block a user