git init
This commit is contained in:
26
control-plane/.env.example
Normal file
26
control-plane/.env.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# Bind to loopback and terminate public TLS at a reverse proxy.
|
||||
HTTP_BIND_ADDRESS=127.0.0.1
|
||||
HTTP_PORT=8080
|
||||
COOKIE_SECURE=true
|
||||
|
||||
POSTGRES_DB=vps_control
|
||||
POSTGRES_USER=vps_control
|
||||
SESSION_TTL=12h
|
||||
METRICS_RETENTION=720h
|
||||
LOGS_RETENTION=168h
|
||||
INITIAL_ADMIN_USERNAME=admin
|
||||
|
||||
# Optional Grafana profile (loopback by default).
|
||||
GRAFANA_BIND_ADDRESS=127.0.0.1
|
||||
GRAFANA_PORT=3000
|
||||
GRAFANA_ROOT_URL=http://127.0.0.1:3000
|
||||
GRAFANA_COOKIE_SECURE=false
|
||||
|
||||
# Optional: enroll one server only when the database is initially empty.
|
||||
BOOTSTRAP_SERVER_NAME=
|
||||
BOOTSTRAP_SERVER_ENDPOINT=
|
||||
BOOTSTRAP_AGENT_CREDENTIAL_REF=agent_token
|
||||
|
||||
# Values are read from ./secrets/{db_password,admin_password,agent_token,
|
||||
# integration_token,grafana_admin_password,grafana_secret_key};
|
||||
# do not put passwords or agent tokens in this file.
|
||||
Reference in New Issue
Block a user