We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a839e4 commit a4ba5c3Copy full SHA for a4ba5c3
config/runtime.exs
@@ -5,9 +5,9 @@ if config_env() == :prod do
5
port: System.fetch_env!("HEXDOCS_PORT"),
6
hexpm_url: System.fetch_env!("HEXDOCS_HEXPM_URL"),
7
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"),
+ typesense_url: System.fetch_env!("HEXDOCS_TYPESENSE_URL"),
+ typesense_api_key: System.fetch_env!("HEXDOCS_TYPESENSE_API_KEY"),
+ typesense_collection: System.fetch_env!("HEXDOCS_TYPESENSE_COLLECTION"),
11
fastly_key: System.fetch_env!("HEXDOCS_FASTLY_KEY"),
12
fastly_hexdocs: System.fetch_env!("HEXDOCS_FASTLY_HEXDOCS"),
13
queue_id: System.fetch_env!("HEXDOCS_QUEUE_ID"),
0 commit comments