diff --git a/conf/web-replica.yml b/conf/web-replica.yml index f7c1fef..06ba565 100644 --- a/conf/web-replica.yml +++ b/conf/web-replica.yml @@ -1,41 +1,37 @@ storage: cls: remote args: url: http://swh-storage-replica:5002/ timeout: 1 objstorage: cls: remote args: url: http://swh-objstorage:5003/ indexer_storage: cls: remote args: url: http://swh-idx-storage:5007/ scheduler: cls: remote args: url: http://swh-scheduler-api:5008/ vault: cls: remote args: url: http://swh-vault-api:5005/ deposit: private_api_url: https://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: '' allowed_hosts: - "*" debug: yes -grecaptcha: - activated: false - site_key: '' - serve_assets: yes diff --git a/conf/web.yml b/conf/web.yml index 6a0e428..b64835c 100644 --- a/conf/web.yml +++ b/conf/web.yml @@ -1,61 +1,57 @@ storage: cls: remote args: url: http://swh-storage:5002/ timeout: 1 objstorage: cls: remote args: url: http://swh-objstorage:5003/ indexer_storage: cls: remote args: url: http://swh-idx-storage:5007/ scheduler: cls: remote args: url: http://swh-scheduler-api:5008/ vault: cls: remote args: url: http://swh-vault-api:5005/ deposit: private_api_url: https://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: '' allowed_hosts: - "*" debug: yes -grecaptcha: - activated: false - site_key: '' - serve_assets: yes development_db: /tmp/db.sqlite3 throttling: scopes: swh_api: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_vault_cooking: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_save_origin: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0