Initial
This commit is contained in:
14
files/src/main/resources/config/application.properties
Normal file
14
files/src/main/resources/config/application.properties
Normal file
@@ -0,0 +1,14 @@
|
||||
### 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.// The same property exists on the server, look there for documentation
|
||||
spring.profiles.active=@activeProfiles@
|
||||
|
||||
info.app.name=NoBullShit Cloud - Files app
|
||||
info.app.description=A simple web file admin app
|
||||
info.build.group=@project.groupId@
|
||||
info.build.artifact=@project.artifactId@
|
||||
info.build.version=@project.version@
|
||||
|
||||
nbs-cloud.files.baseDir=/home/marius
|
||||
|
||||
spring.flyway.enabled=false
|
||||
Reference in New Issue
Block a user