Reorganized application.properties
- Removed unused sysout
This commit is contained in:
parent
7ca9dad44b
commit
19f5b90eff
@ -91,8 +91,6 @@ public class FileService {
|
|||||||
.downloadPassword(password)
|
.downloadPassword(password)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
System.out.println(fileUpload.toString());
|
|
||||||
|
|
||||||
fileUploadRepository.insertFileUpload(fileUpload);
|
fileUploadRepository.insertFileUpload(fileUpload);
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,27 +6,23 @@ sharepulse.fileid.charset=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01
|
|||||||
sharepulse.filepassword.length=6
|
sharepulse.filepassword.length=6
|
||||||
sharepulse.filepassword.charset=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
|
sharepulse.filepassword.charset=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
|
||||||
|
|
||||||
# Static path
|
|
||||||
spring.web.resources.static-locations=classpath:/static/browser/
|
|
||||||
|
|
||||||
# Rest API path prefix
|
|
||||||
spring.data.rest.base-path=/api/v1
|
|
||||||
|
|
||||||
# Upload size overwrite
|
|
||||||
spring.servlet.multipart.max-file-size=1GB
|
|
||||||
spring.servlet.multipart.max-request-size=1GB
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
rethinkdb.host=localhost
|
rethinkdb.host=localhost
|
||||||
rethinkdb.port=28015
|
rethinkdb.port=28015
|
||||||
rethinkdb.database=sharepulse
|
rethinkdb.database=sharepulse
|
||||||
|
|
||||||
# Miscellaneous
|
|
||||||
server.port=80
|
|
||||||
spring.application.name=sharepulse
|
|
||||||
|
|
||||||
# Spring profiles (Options: development, production) (Controls cors)
|
# Spring profiles (Options: development, production) (Controls cors)
|
||||||
spring.profiles.active=development
|
spring.profiles.active=production
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
logging.level.de.w665.sharepulse=DEBUG
|
logging.level.de.w665.sharepulse=INFO
|
||||||
|
# Upload size overwrite
|
||||||
|
spring.servlet.multipart.max-file-size=1GB
|
||||||
|
spring.servlet.multipart.max-request-size=1GB
|
||||||
|
# Static path
|
||||||
|
spring.web.resources.static-locations=classpath:/static/browser/
|
||||||
|
# Rest API path prefix
|
||||||
|
spring.data.rest.base-path=/api/v1
|
||||||
|
# Miscellaneous
|
||||||
|
server.port=80
|
||||||
|
spring.application.name=sharepulse
|
Loading…
x
Reference in New Issue
Block a user