Rename env.example to .env

This commit is contained in:
LRVT 2023-11-28 13:45:07 +01:00 committed by GitHub
parent ffa2bbd7b8
commit 937f308b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,4 +58,4 @@ MM_SQLSETTINGS_DRIVERNAME=postgres
MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10
## Example settings (any additional setting added here also needs to be introduced in the docker-compose.yml)
MM_SERVICESETTINGS_SITEURL=https://${DOMAIN}
MM_SERVICESETTINGS_SITEURL=https://${DOMAIN}