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