14 lines
444 B
Properties
14 lines
444 B
Properties
#
|
|
# Copyright (C) 2022 Anton Romanov - All Rights Reserved
|
|
# You may use, distribute and modify this code, please write to: romanov73@gmail.com.
|
|
#
|
|
#
|
|
|
|
spring.main.banner-mode=off
|
|
logging.level.tech.athene=DEBUG
|
|
server.port=8080
|
|
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
|
|
joinfaces.primefaces.theme=afterwork
|
|
joinfaces.primefaces.font-awesome=true
|
|
time-series.db-path=time-series-db
|
|
messages.basename.path=messages_en.properties |