11 lines
260 B
Bash
11 lines
260 B
Bash
# Database Configuration
|
|
POSTGRES_USER=mytestuser
|
|
POSTGRES_PASSWORD=mytestpassword
|
|
POSTGRES_DB=mypingtest
|
|
|
|
# Debug Configuration
|
|
DEBUG=true
|
|
|
|
# JVM Configuration
|
|
JAVA_OPTS=-Xmx1g -XX:+UseG1GC -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|