From 937f308b44aeeb5812c73e57c636463a0afa89c1 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:45:07 +0100 Subject: [PATCH] Rename env.example to .env --- examples/mattermost/{env.example => .env} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/mattermost/{env.example => .env} (98%) diff --git a/examples/mattermost/env.example b/examples/mattermost/.env similarity index 98% rename from examples/mattermost/env.example rename to examples/mattermost/.env index 1f7712a..53e3c69 100644 --- a/examples/mattermost/env.example +++ b/examples/mattermost/.env @@ -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} \ No newline at end of file +MM_SERVICESETTINGS_SITEURL=https://${DOMAIN}