Skip to content

Commit

Permalink
Set :credentials_lifetime via :prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Aug 3, 2023
1 parent 3b3f683 commit a8c3472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Config

# FIXME: temporary, as `:credentials_lifetime` is a compile time variable atm
config :ex_turn, :credentials_lifetime, 3 * 24 * 24
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
LISTEN_IP: 0.0.0.0
REPLAY_IP: 0.0.0.0
DOMAIN: "${DOMAIN}"
CREDENTIALS_LIFETIME: "10800"

prometheus:
image: prom/prometheus:v2.46.0
Expand Down

0 comments on commit a8c3472

Please sign in to comment.