mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Enable basic authentication for Kestra server in production.yml
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ services:
|
||||
kestra:
|
||||
server:
|
||||
basic-auth:
|
||||
enabled: false
|
||||
enabled: true
|
||||
username: ${EMAIL_FROM} # it must be a valid email address
|
||||
password: ${EMAIL_PASSWORD}
|
||||
repository:
|
||||
|
||||
Reference in New Issue
Block a user