File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ) ,
You can’t perform that action at this time.
0 commit comments