Skip to content

Commit 68af3ee

Browse files
committed
fix(release): config file
1 parent fc6a6d1 commit 68af3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/releases.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ config :arc,
8383
bucket: load_secret.("s3_bucket")
8484

8585
config :algoliax,
86-
application_id: load_secret("algolia_app_id"),
87-
api_key: load_secret("algolia_api_key")
86+
application_id: load_secret.("algolia_app_id"),
87+
api_key: load_secret.("algolia_api_key")
8888

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

0 commit comments

Comments
 (0)