apiVersion: 1 datasources: - name: DerethDB uid: dereth-db type: postgres access: proxy url: db:5432 database: dereth user: postgres # Securely provision the password secureJsonData: password: ${POSTGRES_PASSWORD} jsonData: sslmode: disable postgresVersion: 1400