Move backend files into a sub folder.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
application:
|
||||
pictures:
|
||||
path: /Users/florian_thierry/Documents/Developpement/codiki-hexa/pictures-folder/
|
||||
temp-path : /Users/florian_thierry/Documents/Developpement/codiki-hexa/pictures-folder/temp/
|
||||
|
||||
server:
|
||||
port: 8987
|
||||
|
||||
spring:
|
||||
jpa:
|
||||
show-sql: true
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 1MB
|
||||
max-request-size: 1MB
|
||||
33
backend/codiki-launcher/src/main/resources/application.yml
Normal file
33
backend/codiki-launcher/src/main/resources/application.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
application:
|
||||
security:
|
||||
jwt:
|
||||
secretKey: "secret-key"
|
||||
expirationDelayInMinutes: 30
|
||||
refreshToken:
|
||||
expirationDelayInDays: 7
|
||||
pictures:
|
||||
path: /opt/codiki/pictures/
|
||||
temp-path: /opt/codiki/pictures/temp/
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework.security: DEBUG
|
||||
|
||||
server:
|
||||
http2:
|
||||
enabled: true
|
||||
error:
|
||||
whitelabel:
|
||||
enabled: false # Disable html error responses.
|
||||
include-stacktrace: never
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
driverClassName: org.postgresql.Driver
|
||||
url: jdbc:postgresql://localhost:50001/codiki_db
|
||||
username: codiki_user
|
||||
password: password
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 150MB
|
||||
max-request-size: 151MB
|
||||
12
backend/codiki-launcher/src/main/resources/banner.txt
Normal file
12
backend/codiki-launcher/src/main/resources/banner.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
#######
|
||||
##############
|
||||
###################
|
||||
######## ######### _________ .___.__ __ .__
|
||||
####### ############# \_ ___ \ ____ __| _/|__| | _|__|
|
||||
###### ### ######## / \ \/ / _ \ / __ | | | |/ / |
|
||||
####### ### ##### \ \___( <_> ) /_/ | | | <| |
|
||||
######### ## ####### \______ /\____/\____ | |__|__|_ \__|
|
||||
######### ######## \/ \/ \/
|
||||
###################
|
||||
#############
|
||||
#######
|
||||
Reference in New Issue
Block a user