Basic implementation for files app
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
### This is the main configuration file of the application.
|
||||
### Filtering of the @...@ values happens via the maven-resource-plugin. The execution of the plugin is configured in
|
||||
### the Spring Boot parent POM.
|
||||
spring.profiles.active=@activeProfiles@
|
||||
|
||||
info.app.name=NoBullShit Cloud - web container
|
||||
info.app.description=Aggregator for web projects
|
||||
info.build.group=@project.groupId@
|
||||
info.build.artifact=@project.artifactId@
|
||||
info.build.version=@project.version@
|
||||
|
||||
spring.messages.basename=i18n/container_messages,i18n/files_messages
|
||||
|
||||
spring.servlet.multipart.max-file-size=-1
|
||||
spring.servlet.multipart.max-request-size=-1
|
||||
|
||||
logging.level.de.nbscloud=DEBUG
|
||||
logging.file=nbscloud.log
|
||||
logging.file.max-history=7
|
||||
logging.file.max-size=50MB
|
||||
Reference in New Issue
Block a user