Skip to content

Commit

Permalink
Added google_api_pub_sub base_url config (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaistkd authored Mar 4, 2024
1 parent 55c2f44 commit 7715c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ config :postoffice, clean_messages_threshold: {:system, "CLEAN_MESSAGES_THRESHOL
config :postoffice, clean_messages_crontab: {:system, "CLEAN_MESSAGES_CRONTAB", default: "0 12 * * 0"}
config :postoffice, cluster_name: {:system, "CLUSTER_NAME", default: "postoffice"}

config :google_api_pub_sub, base_url: {:system, "PUBSUB_API_ENDPOINT", default: "https://pubsub.googleapis.com/"}

config :postoffice, Postoffice.Repo,
username: {:system, "DB_USERNAME", default: "postgres"},
hostname: {:system, "DB_HOST", default: "db"},
Expand Down

0 comments on commit 7715c1f

Please sign in to comment.