summaryrefslogtreecommitdiffstats
path: root/tests/api/helpers/settings.bash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api/helpers/settings.bash')
-rw-r--r--tests/api/helpers/settings.bash9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/api/helpers/settings.bash b/tests/api/helpers/settings.bash
index b0eff1a68..84fdaf936 100644
--- a/tests/api/helpers/settings.bash
+++ b/tests/api/helpers/settings.bash
@@ -1,4 +1,5 @@
-user=admin
-NC_FEED="http://localhost:8090/Nextcloud.rss"
-HEISE_FEED="http://localhost:8090/heise.xml"
-BASE_URLv1="http://localhost:8080/index.php/apps/news/api/v1-2" \ No newline at end of file
+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" \ No newline at end of file