Skip to content

Commit

Permalink
Change atom to string
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesco committed May 13, 2024
1 parent 2ff5f4c commit 66f61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ end
# App configuration: game_backend #
###################################

if System.get_env("RELEASE") == :central_backend or config_env() == :dev do
if System.get_env("RELEASE") == "central_backend" or config_env() == :dev do
{:ok, currency_config_json} =
"./apps/game_backend/priv/currencies_rules.json"
|> File.read()
Expand Down

0 comments on commit 66f61a4

Please sign in to comment.