Skip to content

Commit

Permalink
Config: Add oldFiles path for properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
huGgW committed Sep 2, 2023
1 parent 79ca736 commit ecb18a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ csereal_attachment:
upload:
path: ./attachment

oldFiles:
path: ./cse-files

endpoint:
backend: http://localhost:8080
frontend: http://localhost:3000
Expand All @@ -89,7 +92,6 @@ spring:
redirect-uri: http://${URL}/api/v1/login/oauth2/code/idsnucse



csereal_mainImage:
upload:
path: /app/mainImage/
Expand All @@ -98,6 +100,9 @@ csereal_attachment:
upload:
path: /app/attachment/

oldFiles:
path: /app/cse-files

endpoint:
backend: http://${URL}/api
frontend: http://${URL}

0 comments on commit ecb18a9

Please sign in to comment.