2026-01-16 12:43:12 +03:00

10 lines
646 B
YAML

secrets:
secrets:
stringData:
MM_SQLSETTINGS_DATASOURCE: "postgres://<dbuser>:<dbpassword>@<postresql-server>:5432/loopdb?sslmode=disable" #Data source for connecting to the PostgreSQL database
#MM_SQLSETTINGS_DATASOURCEREPLICAS: ""
MM_FILESETTINGS_AMAZONS3ACCESSKEYID: "accesskey-minio" #Access Key ID to access s3 storage
MM_FILESETTINGS_AMAZONS3SECRETACCESSKEY: "secretkey-minio" #The secret key for accessing S3 storage
MM_LICENSE: ""
MM_CONFIG: "postgres://<dbuser>:<dbpassword>@<postresql-server>:5432/loopdb?sslmode=disable" #Store the configuration in the database. Use MM_SQLSETTINGS_DATASOURCE