Skip to content

Commit f0cb217

Browse files
authored
Add back target directory and default for mods
1 parent 21e7fe3 commit f0cb217

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/resources/config/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ faf-api:
5454
client-secret: ${MAUTIC_CLIENT_SECRET:false}
5555
access-token-url: ${MAUTIC_ACCESS_TOKEN_URL:false}
5656
mod:
57+
target-directory: ${MOD_UPLOAD_PATH:/content/mods}
5758
download-url-format: ${MOD_DOWNLOAD_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/%s}
5859
preview-url-format: ${MOD_PREVIEW_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/%s}
60+
thumbnail-target-directory: ${MOD_THUMBNAIL_TARGET_DIRECTORY:/content/mods/thumbs}
5961
nodebb:
6062
base-url: ${NODEBB_BASE_URL:false}
6163
admin-user-id: ${NODEBB_ADMIN_USERID:1}

0 commit comments

Comments
 (0)