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
5
5
port: System . fetch_env! ( "HEXDOCS_PORT" ) ,
6
6
hexpm_url: System . fetch_env! ( "HEXDOCS_HEXPM_URL" ) ,
7
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 " ) ,
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 " ) ,
11
11
fastly_key: System . fetch_env! ( "HEXDOCS_FASTLY_KEY" ) ,
12
12
fastly_hexdocs: System . fetch_env! ( "HEXDOCS_FASTLY_HEXDOCS" ) ,
13
13
queue_id: System . fetch_env! ( "HEXDOCS_QUEUE_ID" ) ,
You can’t perform that action at this time.
0 commit comments