From 7ece60715aa2f92fd9f4690008535b24b019c701 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Jul 2023 20:27:30 +0000 Subject: [PATCH] Fixed env again --- bin/.env | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/.env b/bin/.env index b509173..d9d7a5d 100755 --- a/bin/.env +++ b/bin/.env @@ -10,6 +10,12 @@ COUNTRY="US" # Where to send welcome e-mail EMAIL="derek@federated.computer" +# Admin password +ADMINPASS="password123" + +# Listmonk password +LISTMONKPASS="password123" + # Backblaze KeyID (Master Key) for backups B2_APPLICATION_KEY_ID="3239c6765fdc" @@ -18,5 +24,3 @@ B2_APPLICATION_KEY="0050ac8837466cbca0e0aa574b5f8332f706a5e26c" # Email address for alerts on services that fail to start ALERTS_EMAIL="alerts@federated.computer" - -# TEST