Skip to content

Commit 59bf2bb

Browse files
committed
fix(ci): rename .env to example.env for the test ex-app
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 64f311d commit 59bf2bb

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
- name: Setup the fake OCR and STT provider
209209
run: |
210210
cd context_chat_backend/tests/ex_app
211+
cp example.env .env
211212
python3 -u lib/main.py >& ../../ocr_stt_exapp_logs &
212213
213214
- name: Register backend and the OCR/STT provider

tests/ex_app/example.env

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)