Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341820
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Subscribers
None
View Options
diff --git a/docker/conf/deposit-keycloak.yml b/docker/conf/deposit-keycloak.yml
index 3c3e686..cab0e2b 100644
--- a/docker/conf/deposit-keycloak.yml
+++ b/docker/conf/deposit-keycloak.yml
@@ -1,34 +1,34 @@
scheduler:
cls: remote
url: http://swh-scheduler:5008
storage:
cls: remote
url: http://swh-storage:5002/
storage_metadata:
cls: remote
url: http://swh-storage:5002/
allowed_hosts:
- - '*'
+ - "*"
private:
secret_key: prod-in-docker
db:
host: swh-deposit-db
port: 5432
name: swh-deposit
user: postgres
password: testpassword
media_root: /tmp/swh-deposit/uploads
extraction_dir: "/tmp/swh-deposit/archive/"
authentication_provider: keycloak
keycloak:
server_url: http://keycloak:8080/keycloak/auth/
realm_name: SoftwareHeritage
-cache_uri: 127.0.0.1:11211
+cache_uri: memcache:11211
swh_authority_url: https://deposit.swh.example/
diff --git a/docker/conf/web-keycloak.yml b/docker/conf/web-keycloak.yml
index 609b950..de984c5 100644
--- a/docker/conf/web-keycloak.yml
+++ b/docker/conf/web-keycloak.yml
@@ -1,68 +1,68 @@
storage:
cls: remote
url: http://swh-storage:5002/
timeout: 1
objstorage:
cls: remote
url: http://swh-objstorage:5003/
indexer_storage:
cls: remote
url: http://swh-idx-storage:5007/
scheduler:
cls: remote
url: http://swh-scheduler:5008/
vault:
cls: remote
args:
url: http://swh-vault:5005/
deposit:
private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
allowed_hosts:
- "*"
debug: yes
serve_assets: yes
development_db: /tmp/swh/web.sqlite3
production_db:
host: swh-web-db
port: 5432
name: swh-web
user: postgres
password: testpassword
throttling:
- cache_uri: 127.0.0.1:11211
+ cache_uri: memcache:11211
scopes:
swh_api:
limiter_rate:
default: 120/h
swh_api_origin_search:
limiter_rate:
default: 70/m
swh_api_origin_visit_latest:
limiter_rate:
default: 700/m
swh_vault_cooking:
limiter_rate:
default: 120/h
swh_save_origin:
limiter_rate:
default: 120/h
search: {}
keycloak:
server_url: http://keycloak:8080/keycloak/auth/
realm_name: SoftwareHeritage
instance_name: archive-docker.softwareheritage.org
diff --git a/docker/conf/web-read-replica.yml b/docker/conf/web-read-replica.yml
index 4024881..854061c 100644
--- a/docker/conf/web-read-replica.yml
+++ b/docker/conf/web-read-replica.yml
@@ -1,70 +1,70 @@
storage:
cls: remote
url: http://swh-storage-read-replica:5002/
timeout: 1
indexer_storage:
cls: remote
url: http://swh-idx-storage:5007/
scheduler:
cls: remote
url: http://swh-scheduler:5008/
vault:
cls: remote
args:
url: http://swh-vault:5005/
deposit:
private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
allowed_hosts:
- "*"
debug: yes
serve_assets: yes
development_db: /tmp/swh/web.sqlite3
production_db:
host: swh-web-db
port: 5432
name: swh-web
user: postgres
password: testpassword
throttling:
- cache_uri: 127.0.0.1:11211
+ cache_uri: memcache:11211
scopes:
swh_api:
limiter_rate:
default: 120/h
exempted_networks:
- 0.0.0.0/0
swh_api_origin_search:
limiter_rate:
default: 70/m
exempted_networks:
- 0.0.0.0/0
swh_api_origin_visit_latest:
limiter_rate:
default: 700/m
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
search: {}
instance_name: archive-docker.softwareheritage.org
diff --git a/docker/conf/web-search.yml b/docker/conf/web-search.yml
index 580fd78..8d5020e 100644
--- a/docker/conf/web-search.yml
+++ b/docker/conf/web-search.yml
@@ -1,74 +1,74 @@
storage:
cls: remote
url: http://swh-storage:5002/
timeout: 1
indexer_storage:
cls: remote
url: http://swh-idx-storage:5007/
scheduler:
cls: remote
url: http://swh-scheduler:5008/
vault:
cls: remote
url: http://swh-vault:5005/
deposit:
private_api_url: http://swh-deposit:5006/1/private/
private_api_user: swhworker
private_api_password: ""
search:
cls: remote
url: http://swh-search:5010/
search_config:
metadata_backend: swh-search
allowed_hosts:
- "*"
debug: yes
serve_assets: yes
development_db: /tmp/swh/web.sqlite3
production_db:
host: swh-web-db
port: 5432
name: swh-web
user: postgres
password: testpassword
throttling:
- cache_uri: 127.0.0.1:11211
+ cache_uri: memcache:11211
scopes:
swh_api:
limiter_rate:
default: 120/h
exempted_networks:
- 0.0.0.0/0
swh_api_origin_search:
limiter_rate:
default: 70/m
exempted_networks:
- 0.0.0.0/0
swh_api_origin_visit_latest:
limiter_rate:
default: 700/m
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
instance_name: archive-docker.softwareheritage.org
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 12:19 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3276613
Attached To
rDENV Development environment
Event Timeline
Log In to Comment