summaryrefslogtreecommitdiffstats
path: root/tests/updater/helpers/settings.bash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/updater/helpers/settings.bash')
-rw-r--r--tests/updater/helpers/settings.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/updater/helpers/settings.bash b/tests/updater/helpers/settings.bash
new file mode 100644
index 000000000..3053687d1
--- /dev/null
+++ b/tests/updater/helpers/settings.bash
@@ -0,0 +1,6 @@
+export user=admin
+export NC_FEED="http://localhost:8090/Nextcloud.rss"
+export HEISE_FEED="http://localhost:8090/heise.xml"
+export BASE_URLv1="http://localhost:8080/index.php/apps/news/api/v1-2"
+export NC_HOST="http://localhost:8080"
+export TEST_FEED="http://localhost:8090/test.xml" \ No newline at end of file