We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f311d commit 59bf2bbCopy full SHA for 59bf2bb
2 files changed
.github/workflows/integration-test.yml
@@ -208,6 +208,7 @@ jobs:
208
- name: Setup the fake OCR and STT provider
209
run: |
210
cd context_chat_backend/tests/ex_app
211
+ cp example.env .env
212
python3 -u lib/main.py >& ../../ocr_stt_exapp_logs &
213
214
- name: Register backend and the OCR/STT provider
tests/ex_app/example.env
@@ -0,0 +1,14 @@
1
+# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2
+# SPDX-License-Identifier: AGPL-3.0-or-later
3
+
4
+# AppAPI headers
5
+AA_VERSION=3.0.0
6
+APP_SECRET=12345
7
+APP_ID=ccb_test_providers
8
+APP_DISPLAY_NAME=CCB Test Providers
9
+APP_VERSION=1.0.0
10
+APP_HOST=0.0.0.0
11
+APP_PORT=10020
12
+APP_PERSISTENT_STORAGE=persistent_storage
13
+#NEXTCLOUD_URL=http://localhost:8080
14
+NEXTCLOUD_URL=http://Nextcloud.nc.ncweb
0 commit comments