Skip to content

Commit a4ba5c3

Browse files
committed
Prepare hexdocs staging for typesense
1 parent 9a839e4 commit a4ba5c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/runtime.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ if config_env() == :prod do
55
port: System.fetch_env!("HEXDOCS_PORT"),
66
hexpm_url: System.fetch_env!("HEXDOCS_HEXPM_URL"),
77
hexpm_secret: System.fetch_env!("HEXDOCS_HEXPM_SECRET"),
8-
typesense_url: System.fetch_env!("TYPESENSE_URL"),
9-
typesense_api_key: System.fetch_env!("TYPESENSE_API_KEY"),
10-
typesense_collection: System.fetch_env!("TYPESENSE_COLLECTION"),
8+
typesense_url: System.fetch_env!("HEXDOCS_TYPESENSE_URL"),
9+
typesense_api_key: System.fetch_env!("HEXDOCS_TYPESENSE_API_KEY"),
10+
typesense_collection: System.fetch_env!("HEXDOCS_TYPESENSE_COLLECTION"),
1111
fastly_key: System.fetch_env!("HEXDOCS_FASTLY_KEY"),
1212
fastly_hexdocs: System.fetch_env!("HEXDOCS_FASTLY_HEXDOCS"),
1313
queue_id: System.fetch_env!("HEXDOCS_QUEUE_ID"),

0 commit comments

Comments
 (0)