Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDennis Schubert <mail@dennis-schubert.de>2022-09-07 01:44:04 +0300
committerDennis Schubert <mail@dennis-schubert.de>2022-09-07 04:17:03 +0300
commitbb80ca33948a7b728cb9083d090c4f8fddbbaec2 (patch)
tree688377439bad46acd99d32668e3d443703753434 /config
parentbfd42a1914a99ac9c71ecb16bbf6fa5bb118148a (diff)
Remove artifacts from the old Federation integration testing attempt
It's… safe to assume that nobody is using this, as this has been broken for quite some time.
Diffstat (limited to 'config')
-rw-r--r--config/database.yml.example6
-rw-r--r--config/defaults.yml15
2 files changed, 0 insertions, 21 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
index f71f860ab..5e98ad6aa 100644
--- a/config/database.yml.example
+++ b/config/database.yml.example
@@ -45,9 +45,3 @@ production:
test:
<<: *combined
database: diaspora_test
-integration1:
- <<: *combined
- database: diaspora_integration1
-integration2:
- <<: *combined
- database: diaspora_integration2
diff --git a/config/defaults.yml b/config/defaults.yml
index 3b3919f00..49e2d3ccf 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -211,18 +211,3 @@ test:
secret: 'sdoigjosdfijg'
mail:
enable: true
-integration1:
- environment:
- url: 'http://localhost:45789/'
- single_process_mode: true
- assets:
- serve: true
- require_ssl: false
-integration2:
- environment:
- url: 'http://localhost:34658/'
- redis: 'redis://localhost:6380'
- single_process_mode: true
- assets:
- serve: true
- require_ssl: false