Initial backend commit

This commit is contained in:
2024-02-03 14:40:43 +01:00
parent 1b2fa0e9af
commit 01b33d11e9
10 changed files with 274 additions and 4 deletions

View File

@ -1,5 +1,24 @@
# Application config
sharepulse.temp-filestore-path=/temp-filestore
# Static path
spring.web.resources.static-locations=classpath:/static/browser/
# Rest API path prefix
spring.data.rest.base-path=/api/v1
spring.data.rest.base-path=/api/v1
# Upload size overwrite
spring.servlet.multipart.max-file-size=1GB
spring.servlet.multipart.max-request-size=1GB
# Logging
logging.level.de.w665.sharepulse=DEBUG
# Database
rethinkdb.host=localhost
rethinkdb.port=28015
rethinkdb.database=sharepulse
# Miscellaneous
server.port=80
spring.application.name=sharepulse