mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +08:00
15 lines
330 B
Properties
15 lines
330 B
Properties
###########
|
|
# General #
|
|
###########
|
|
server.port=8080
|
|
spring.freemarker.request-context-attribute=rc
|
|
|
|
############
|
|
# DataBase #
|
|
############
|
|
spring.jpa.database=POSTGRESQL
|
|
spring.datasource.platform=postgres
|
|
spring.datasource.url=jdbc:postgresql://db:5432/hangar
|
|
spring.datasource.username=root
|
|
spring.datasource.password=changeme
|