Skip to content

Commit

Permalink
Add ENV variable for upload folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Mar 23, 2024
1 parent 443afcb commit c3ae1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ application:
base-uri: "${BASE_URI:http://gamma:8081}"
production: "${PRODUCTION:false}"
files:
path: "uploads/"
path: "${UPLOAD_FOLDER:./uploads/}"
cookie:
domain: "${COOKIE_DOMAIN:gamma}"
path: "${COOKIE_PATH:/}"
Expand Down

0 comments on commit c3ae1af

Please sign in to comment.