Ajout Readme et logo app
This commit is contained in:
22
Kestra/kestra/config/config.yaml
Normal file
22
Kestra/kestra/config/config.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
datasources:
|
||||
postgres:
|
||||
url: jdbc:postgresql://postgres-demo-1:5432/kestra
|
||||
driverClassName: org.postgresql.Driver
|
||||
username: kestra
|
||||
password: k3str4
|
||||
kestra:
|
||||
server:
|
||||
basic-auth:
|
||||
enabled: false
|
||||
repository:
|
||||
type: postgres
|
||||
storage:
|
||||
type: local
|
||||
local:
|
||||
base-path: "/app/storage"
|
||||
queue:
|
||||
type: postgres
|
||||
tasks:
|
||||
tmp-dir:
|
||||
path: /tmp/kestra-wd/tmp
|
||||
url: http://localhost:8080/
|
Reference in New Issue
Block a user