Skip to content

Commit

Permalink
fix(release): config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Mar 28, 2021
1 parent fc6a6d1 commit 68af3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ config :arc,
bucket: load_secret.("s3_bucket")

config :algoliax,
application_id: load_secret("algolia_app_id"),
api_key: load_secret("algolia_api_key")
application_id: load_secret.("algolia_app_id"),
api_key: load_secret.("algolia_api_key")

# ---- [APP CONFIG] :cf ----

Expand Down

0 comments on commit 68af3ee

Please sign in to comment.