From 033df2ecdcceb46debe7bc66c4b28c79314d3435 Mon Sep 17 00:00:00 2001 From: Rodney Osodo Date: Fri, 18 Oct 2024 01:04:36 +0300 Subject: [PATCH] chore: add env file to git Signed-off-by: Rodney Osodo --- .env | 23 +++++++++++++++++++++++ .gitignore | 3 --- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..e5ac508 --- /dev/null +++ b/.env @@ -0,0 +1,23 @@ +# Gophercon Service +GOPHERCON_LOG_LEVEL=info +GOPHERCON_ADDR=:6000 +GOPHERCON_PORT=6000 +GOPHERCON_PROMETHEUS_ENDPOINT=:6001 +GOPHERCON_PROMETHEUS_PORT=6001 +GOPHERCON_READ_TIMEOUT=10s +GOPHERCON_WRITE_TIMEOUT=10s +GOPHERCON_OTEL_URL=http://tempo:4318 +GOPHERCON_TRACE_RATIO=1.0 +GOPHERCON_LOKI_URL=http://loki:3100/loki/api/v1/push + +LOKI_PORT=3100 +TEMPO_MEMCACHED_PORT=11211 +MEMCACHED_MAX_MEMORY=1G +MEMCACHED_THREADS=4 +TEMPO_PORT=3200 +TEMPO_OLTP_HTTP=4318 +PROMETHEUS_PORT=9100 +GRAFANA_PORT=3000 +GRAFANA_ADMIN_USER=admin +GRAFANA_ADMIN_PASSWORD=12345678 +GOPHERCON_PYROSCOPE_URL=http://pyroscope:4040 diff --git a/.gitignore b/.gitignore index 0a354e4..8256539 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,5 @@ go.work go.work.sum -# env file -.env - # Build build