Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 2, 2023
1 parent 252acd9 commit eda7bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conf/lila-ws.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ include "application"

mongo.uri = "mongodb://mongodb:27017/lichess?appName=lila-ws"
redis.uri = "redis://redis"
kamon.influxdb.hostname = "influxdb"

# kamon.influxdb.hostname = "influxdb"
# kamon.influxdb.authentication.token = "secret"

csrf.origin = ${?SCHEME}"://"${?LILA_DOMAIN}
1 change: 0 additions & 1 deletion conf/lila.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ swiss.bbpairing = "/opt/bbpPairings/bbpPairings.exe"

prismic.api_url = "https://lichess.cdn.prismic.io/api"

kamon.enabled = true
kamon.influxdb.hostname = "influxdb"
kamon.influxdb.authentication.token = "secret"
# api.influx_event.endpoint = "http://influxdb:8086/write?db=events"
Expand Down

0 comments on commit eda7bbe

Please sign in to comment.