#19 Release & deployment v2
This commit is contained in:
@@ -7,7 +7,6 @@ import org.springframework.context.annotation.PropertySource;
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "nbs-cloud.files")
|
||||
@PropertySource("classpath:/config/files-application.properties")
|
||||
@PropertySource(value = "classpath:/config/files-application-${spring.profiles.active}.properties", ignoreResourceNotFound = true)
|
||||
public class FilesConfig {
|
||||
private String baseDir;
|
||||
private boolean filterHidden;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
nbs-cloud.files.baseDir=/opt/nextcloud_data/marius/files
|
||||
Reference in New Issue
Block a user