Initial backend commit
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user