Skip to content

Commit

Permalink
Merge pull request #305 from AOT-Technologies/forms-missing-env-added
Browse files Browse the repository at this point in the history
Added Missing forms-flow-forms sample.env
  • Loading branch information
abhilash-aot authored Apr 21, 2022
2 parents 845d140 + e8a4e8d commit 059c854
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions forms-flow-forms/sample.env
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 ---

0 comments on commit 059c854

Please sign in to comment.