mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-20 16:47:57 +02:00
21 lines
730 B
Bash
21 lines
730 B
Bash
PORT=3000
|
|
BASE_URL=http://localhost:3000
|
|
BASE_API_URL=http://localhost:8071/api/v1.0
|
|
COLLABORATION_WS_URL=ws://localhost:3002/ws/docs
|
|
MEDIA_BASE_URL=http://localhost:8083
|
|
CUSTOM_SIGN_IN=false
|
|
IS_INSTANCE=false
|
|
SIGN_IN_EL_LOGIN_PAGE='.login-pf #kc-header-wrapper'
|
|
SIGN_IN_EL_TRIGGER=Start Writing
|
|
FIRST_NAME=E2E
|
|
SIGN_IN_USERNAME_CHROMIUM=user.test@chromium.test
|
|
USERNAME_CHROMIUM=E2E Chromium
|
|
SIGN_IN_USERNAME_WEBKIT=user.test@webkit.test
|
|
USERNAME_WEBKIT=E2E Webkit
|
|
SIGN_IN_USERNAME_FIREFOX=user.test@firefox.test
|
|
USERNAME_FIREFOX=E2E Firefox
|
|
# To test server to server API calls
|
|
SERVER_TO_SERVER_API_TOKENS='server-api-token'
|
|
SUB_CHROMIUM=user.test@chromium.test
|
|
SUB_WEBKIT=user.test@webkit.test
|
|
SUB_FIREFOX=user.test@firefox.test |