first commit
This commit is contained in:
commit
9c03bc4475
901 changed files with 140656 additions and 0 deletions
37
config/testing.env
Normal file
37
config/testing.env
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Security datasource
|
||||
DB_SEC_USERNAME=security_user
|
||||
DB_SEC_PASSWORD=secpassword
|
||||
DB_SEC_HOST=db
|
||||
DB_SEC_PORT=5432
|
||||
DB_SEC_NAME=security
|
||||
# App datasource
|
||||
DB_APP_USERNAME=app_user
|
||||
DB_APP_PASSWORD=apppassword
|
||||
DB_APP_HOST=db
|
||||
DB_APP_PORT=5432
|
||||
DB_APP_NAME=app
|
||||
# jBPM datasorce
|
||||
DB_JBPM_USERNAME=jbpm
|
||||
DB_JBPM_PASSWORD=jbpmpassword
|
||||
DB_JBPM_HOST=db
|
||||
DB_JBPM_PORT=5432
|
||||
DB_JBPM_NAME=jbpm
|
||||
# Elasticsearch
|
||||
WEBBPM_ELASTIC_HOST=
|
||||
WEBBPM_ELASTIC_USER_PASSWORD=
|
||||
# LDAP
|
||||
WEBBPM_LDAP_URL=
|
||||
WEBBPM_LDAP_BASE=
|
||||
WEBBPM_LDAP_USER=
|
||||
WEBBPM_LDAP_PASSWORD=
|
||||
WEBBPM_LDAP_SYNC_ENABLED=false
|
||||
WEBBPM_LDAP_SYNC_CRON=0 0 * * * *
|
||||
WEBBPM_LDAP_LOGIN_ATTR=uid
|
||||
WEBBPM_LDAP_ORGANIZATION_ATTR=ou
|
||||
# JIRA
|
||||
WEBBPM_JIRA_URL=https:/jira.com
|
||||
WEBBPM_JIRA_USER=jiraUser
|
||||
WEBBPM_JIRA_PASSWORD=jiraPass
|
||||
TZ=Europe/Moscow
|
||||
WEBBPM_TELEGRAM_BOT_TOKEN=
|
||||
WEBBPM_TELEGRAM_BOT_NAME=
|
||||
Loading…
Add table
Add a link
Reference in a new issue