-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
14 lines (14 loc) · 776 Bytes
/
Copy path.env.example
File metadata and controls
14 lines (14 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# URL of the backend part of the application.
RECORD_MANAGER_API_URL=http://localhost:8080/record-manager
# Title of the application webpage within HTML header.
RECORD_MANAGER_APP_TITLE=OFN Record Manager
RECORD_MANAGER_DEV_SERVER_PORT=3000
RECORD_MANAGER_PROD_SERVER_PORT=8080
# Language of UI chosen if RECORD_MANAGER_NAVIGATOR_LANGUAGE=false. Possible values: en, cs, ..
RECORD_MANAGER_LANGUAGE=cs
# Flag if language of the UI should be determined from browser settings. Possible values: true, false.
RECORD_MANAGER_NAVIGATOR_LANGUAGE=true
# Context path added to URL or "" in case application path should not be modified.
RECORD_MANAGER_BASENAME=/record-manager
# List of extensions seperated by comma, currently supports only values: "kodi"
RECORD_MANAGER_EXTENSIONS=kodi