diff options
Diffstat (limited to 'www/github-release-monitor/files/github-release-monitor.env')
-rw-r--r-- | www/github-release-monitor/files/github-release-monitor.env | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/github-release-monitor/files/github-release-monitor.env b/www/github-release-monitor/files/github-release-monitor.env new file mode 100644 index 000000000000..fd45a3bded85 --- /dev/null +++ b/www/github-release-monitor/files/github-release-monitor.env @@ -0,0 +1,8 @@ +NEXT_TELEMETRY_DISABLED=1 +NODE_ENV=production +HOSTNAME=0.0.0.0 +PORT=3000 +HTTPS=false +AUTH_SECRET=this_is_an_insecure_password_please_change_me +AUTH_USERNAME=admin +AUTH_PASSWORD=admin |