ein wenig aufgeräumt
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user