Skip to content

Commit

Permalink
fix: remove unneeded from env file
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Oct 4, 2024
1 parent 989f6b3 commit d6d132a
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,11 @@ TRAEFIK_DASHBOARD_PORT_OUT=8080
STACK_HOSTNAME="localhost"
BROKER_URI="test.mosquitto.org"

# OAUTH & GITHUB FORWARD AUTH
OAUTH_SECRET=
GITHUB_AUTH_URL=https://github.com/login/oauth/authorize
GITHUB_TOKEN_URL=https://github.com/login/oauth/access_token
GITHUB_USER_URL=https://api.github.com/user
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
WHITELISTED_EMAILS=

# SERVICE PORTS
FORWARD_AUTH_PORT=4181
PROMETHEUS_PORT=9090
GRAFANA_PORT=3000
CADVISOR_PORT=8080
PORTAINER_PORT=9000

LOKI_HOSTNAME="http://loki"
LOKI_PORT=3100

# Healthcheck Parameters
HC_INTERVAL=40s
HC_TIMEOUT=30s
HC_RETRIES=3
HC_START_PERIOD=60s

CONFIG_FILEPATH=/Users/hasanheroglu/Desktop/wot/test-things/conf
HC_START_PERIOD=60s

0 comments on commit d6d132a

Please sign in to comment.