Skip to content

Commit 6d06a59

Browse files
committed
Enable Varnish caching on AWS
1 parent 2a55e4c commit 6d06a59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devtracker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
# Developer Machine: set global settings
6060
#set :oipa_api_url, 'https://fcdo-direct-indexing.iati.cloud/search/'#'https://fcdo.iati.cloud/search/'#'https://fcdo-direct-indexing.iati.cloud/search/'#'https://devtracker.fcdo.gov.uk/api/'
6161
# set :oipa_api_url, 'https://devtracker-entry.oipa.nl/api/'
62-
set :oipa_api_url, 'https://fcdo.iati.cloud/search/'
62+
# set :oipa_api_url, 'https://fcdo.iati.cloud/search/'
6363
# set :oipa_api_url, 'https://fcdo-direct-indexing.iati.cloud/search/'
6464
#set :bind, '0.0.0.0' # Allows for vagrant pass-through whilst debugging
6565

6666
# Server Machine: set global settings to use varnish cache
67-
#set :oipa_api_url, 'http://127.0.0.1:6081/search/'
67+
set :oipa_api_url, 'http://127.0.0.1:6081/search/'
6868
set :prod_api_url, 'https://fcdo.iati.cloud'
6969
set :dev_api_url, 'https://fcdo-staging.iati.cloud'
7070

0 commit comments

Comments
 (0)