generated from oci/template
28 lines
627 B
Bash
28 lines
627 B
Bash
# The database password
|
|
POSTGRES_PASSWORD=''
|
|
|
|
# Certificate Authority configuration details
|
|
CA_NAME=''
|
|
CA_PASS=''
|
|
STATE=''
|
|
CITY=''
|
|
ORGANIZATION=''
|
|
ORGANIZATIONAL_UNIT=''
|
|
|
|
# The password for the takserver instance's certificate
|
|
TAKSERVER_CERT_PASS=''
|
|
|
|
# The username and password for the takserver administrator
|
|
ADMIN_CERT_NAME=''
|
|
ADMIN_CERT_PASS=''
|
|
|
|
# Values that should not require modification with standard usage
|
|
POSTGRES_DB=cot
|
|
POSTGRES_USER=martiuser
|
|
POSTGRES_URL=jdbc:postgresql://takdb:5432/cot
|
|
|
|
# Heap size configuration (in MB)
|
|
CONFIG_MAX_HEAP=512
|
|
MESSAGING_MAX_HEAP=2048
|
|
API_MAX_HEAP=1024
|
|
PLUGIN_MANAGER_MAX_HEAP=512
|