mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-23 10:42:46 +01:00
2432d56f8c
The app password is nice in local testing, since Nextcloud logs too much data if you use the user password. Setup_file and teardown_file are only executed once instead of running before and after every job. Use bats from npm as ubuntu's version is old. Switch to occ for app password Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
5 lines
232 B
Bash
5 lines
232 B
Bash
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" |