You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
852 B
44 lines
852 B
server:
|
|
port: 8080
|
|
|
|
spring:
|
|
application:
|
|
name: facti13_web_backend
|
|
datasource:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
url: ${DB_URL}
|
|
username: ${DB_USERNAME}
|
|
password: ${DB_PASSWORD}
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: none
|
|
show-sql: ${SHOW_SQL}
|
|
|
|
org:
|
|
jobrunr:
|
|
background-job-server:
|
|
enabled: true
|
|
dashboard:
|
|
enabled: true
|
|
|
|
backend:
|
|
servers_file: ${SERVERS_FILE}
|
|
geoip_file: ${GEOIP_FILE}
|
|
updates:
|
|
unique_global: ${UNIQUE_GLOBAL}
|
|
unique_server: ${UNIQUE_SERVER}
|
|
ban_count: ${BAN_COUNT}
|
|
vip_count: true
|
|
a2s: ${A2S}
|
|
countries: ${COUNTRIES}
|
|
auth:
|
|
salt: ${AUTH_SALT}
|
|
steam_api_key: ${STEAM_WEBAPI_KEY}
|
|
response_redirect: ${AUTH_REDIRECT}
|
|
social:
|
|
discord: ${DISCORD_INVITE_URL}
|
|
vk: ${VK_URL}
|
|
|
|
logging:
|
|
level:
|
|
com.ibasco.agql.core.util.*: OFF
|