From 276f4f693354405f49b7d3b3f5d6a91e518f9a7d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 11 Aug 2023 11:18:37 +0200 Subject: [PATCH] Remove admin user stuff.. ..it's done on first launch now --- .env.sample | 3 --- compose.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.env.sample b/.env.sample index db0d71d..c7fc131 100644 --- a/.env.sample +++ b/.env.sample @@ -6,9 +6,6 @@ DOMAIN=plausible.example.com #EXTRA_DOMAINS=', `www.plausible.example.com`' LETS_ENCRYPT_ENV=production -ADMIN_USER_EMAIL=replace-me -ADMIN_USER_NAME=replace-me -ADMIN_USER_PWD=replace-me SECRET_KEY_BASE=replace-me DISABLE_AUTH=replace-me # true or false DISABLE_REGISTRATION=replace-me # true or false diff --git a/compose.yml b/compose.yml index 4fbe75e..1a3b749 100644 --- a/compose.yml +++ b/compose.yml @@ -10,9 +10,6 @@ services: - events_db environment: - BASE_URL=https://$DOMAIN - - ADMIN_USER_EMAIL - - ADMIN_USER_NAME - - ADMIN_USER_PWD - SECRET_KEY_BASE - DATABASE_URL=postgres://plausible:plausible@${STACK_NAME}_db:5432/plausible - SMTP_HOST_ADDR