Skip to content

Commit bfc0539

Browse files
committed
read Typesense collection from env
1 parent dd222ea commit bfc0539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/runtime.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if config_env() == :prod do
77
hexpm_secret: System.fetch_env!("HEXDOCS_HEXPM_SECRET"),
88
typesense_url: System.fetch_env!("TYPESENSE_URL"),
99
typesense_api_key: System.fetch_env!("TYPESENSE_API_KEY"),
10+
typesense_collection: System.fetch_env!("TYPESENSE_COLLECTION"),
1011
fastly_key: System.fetch_env!("HEXDOCS_FASTLY_KEY"),
1112
fastly_hexdocs: System.fetch_env!("HEXDOCS_FASTLY_HEXDOCS"),
1213
queue_id: System.fetch_env!("HEXDOCS_QUEUE_ID"),

0 commit comments

Comments
 (0)