-
Notifications
You must be signed in to change notification settings - Fork 197
/
sample.env
24 lines (18 loc) · 1001 Bytes
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###############################################################################
# This file is a sample file, for Docker compose to work with the settings #
# rename this file to .env #
# Uncomment the variables if any changes from the default values #
###############################################################################
##Environment Variables for FormIO Datastore
#FORMIO_DB_USERNAME=admin
#FORMIO_DB_PASSWORD=changeme
#FORMIO_DB_DATABASE=formio
##Environment Variables for FormIO Server root-admin credential
#FORMIO_ROOT_PASSWORD=changeme
##env variable to toggle the installation of the Formio client's UI. When set to 1, it disables the installation of any UI; otherwise, the client's UI will be installed.
#NO_INSTALL=1
#URL of forms-flow-forms
FORMIO_DEFAULT_PROJECT_URL=http://{your-ip-address}:3001
#FORMIO_JWT_SECRET=--- change me now ---
#MULTI_TENANCY_ENABLED=false