Skip to content

Commit

Permalink
Prepare hexdocs staging for typesense
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 11, 2024
1 parent 9a839e4 commit a4ba5c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ if config_env() == :prod do
port: System.fetch_env!("HEXDOCS_PORT"),
hexpm_url: System.fetch_env!("HEXDOCS_HEXPM_URL"),
hexpm_secret: System.fetch_env!("HEXDOCS_HEXPM_SECRET"),
typesense_url: System.fetch_env!("TYPESENSE_URL"),
typesense_api_key: System.fetch_env!("TYPESENSE_API_KEY"),
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"),
fastly_key: System.fetch_env!("HEXDOCS_FASTLY_KEY"),
fastly_hexdocs: System.fetch_env!("HEXDOCS_FASTLY_HEXDOCS"),
queue_id: System.fetch_env!("HEXDOCS_QUEUE_ID"),
Expand Down

0 comments on commit a4ba5c3

Please sign in to comment.