Skip to content

Commit

Permalink
Rename env.example to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 28, 2023
1 parent ffa2bbd commit 937f308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 937f308

Please sign in to comment.