-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from AOT-Technologies/forms-missing-env-added
Added Missing forms-flow-forms sample.env
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
############################################################################### | ||
# 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 | ||
#[email protected] | ||
#FORMIO_ROOT_PASSWORD=changeme | ||
|
||
#URL of forms-flow-forms | ||
FORMIO_DEFAULT_PROJECT_URL=http://{your-ip-address}:3001 | ||
|
||
#FORMIO_JWT_SECRET=--- change me now --- | ||
|