Skip to content

Commit

Permalink
fix: MONGO_URL in releases.exs (#310)
Browse files Browse the repository at this point in the history
* fix: naming

* fix

* fix
  • Loading branch information
jonas-martinez authored Dec 28, 2022
1 parent 07ccca1 commit d833fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ config :application_runner,
faas_auth: System.fetch_env!("FAAS_AUTH"),
faas_registry: System.fetch_env!("FAAS_REGISTRY"),
gitlab_api_url: System.fetch_env!("GITLAB_API_URL"),
mongo_url: System.fetch_env!("MONGODB_URL")
mongo_url: System.fetch_env!("MONGO_URL")

# Do not print debug messages in production
config :logger, level: String.to_atom(System.get_env("LOG_LEVEL", "info"))
Expand Down

0 comments on commit d833fc0

Please sign in to comment.