generated from oci/template
rebase off official files... mostly
This commit is contained in:
parent
c772f0ca99
commit
9749f2206e
7 changed files with 554 additions and 0 deletions
28
EDIT_ME.env
Normal file
28
EDIT_ME.env
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue