Env File

Default environment variables to be declared in the file:

Key

Info

Required

FMS_CONNECTION_DB

FileMaker database name (Enterprise File)

Yes

FMS_CONNECTION_HOST

FileMaker host address

Yes

FMS_CONNECTION_USER

FileMaker username

Yes

FMS_CONNECTION_PASS

FileMaker password

Yes

AUTHENTICATION_SECRET

Salt used in authentication service

Yes

ENCRYPTION_KEY

Sal used to generate vaults

Yes

ISENTERPRISE

Set to enterprise mode (must be set as ISENTERPRISE=true)

Yes

FM_GATEWAY

XML or DAPI - gateway to be used to communicate with BF Enterprise Helper file (defaults to XML if no value is set)

No

NOW_DC

used to identify which server app is running from

No

REDIS_HOST

Redis host address for caching

No

REDIS_PASSWORD

Redis password for caching

No

REDIS_PORT

Redis port for caching

No

REDIS_HOST_MESSAGING

Redis host address for messaging

No

REDIS_PASSWORD_MESSAGING

Redis password for messaging

No

REDIS_PORT_MESSAGING

Redis port for messaging

No

REDIS_SECRET_MESSAGING

Redis secret for messaging

No

REDIS_HOST_OAUTH

Redis host address for OAuth

No

REDIS_PASSWORD_OAUTH

Redis password for OAuth

No

REDIS_PORT_OAUTH

Redis port for OAuth

No

REDIS_SECRET_OAUTH

Redis secret for OAuth

No

Here is a sample file (where values for the right hand side will be changed to your own info):

Last updated