CT/bin/application.properties
Jules Dejaeghere cc5551537a First version
2020-04-18 13:45:03 +02:00

12 lines
No EOL
252 B
Properties

# Database settings
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/db
spring.datasource.username=user
spring.datasource.password=password
# Port
server.port = 8090
# Threads configuration
threads-decode = 3
threads-slice = 3
threads-scrap = 3