From 4596d438b75e1719a1c706b191307e863698afbf Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 2 Jul 2022 22:27:07 +0200 Subject: [PATCH] statping changes --- apps/statping/env-template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/apps/statping/env-template b/apps/statping/env-template index 1926b77..0f71bc6 100644 --- a/apps/statping/env-template +++ b/apps/statping/env-template @@ -1,10 +1,7 @@ -OWNCLOUD_DBUSER=owncloud -OWNCLOUD_DBPW=supersecretpassword -OWNCLOUD_ADMINUSER=owncloud-admin -OWNCLOUD_ADMINPW=supersecretadminpassword -OWNCLOUD_HOST=subdomain.domain.com -OWNCLOUD_LBPORT=8080 +SP_HOST=http://subdomain.domain.com +SP_URL=subdomain.domain.com +SP_PORT=8585 +SP_APISECRET=supersecretapi -MARIADB_SQLROOTPW=supersecretrootpassword -MARIADB_SQLUSER=owncloud -MARIADB_SQLPW=supersecretpassword \ No newline at end of file +SP_ADMINUSER=admin-username +SP_ADMINPW=supersecretpw \ No newline at end of file