Skip to content

Commit

Permalink
Add back target directory and default for mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored Dec 18, 2021
1 parent 21e7fe3 commit f0cb217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ faf-api:
client-secret: ${MAUTIC_CLIENT_SECRET:false}
access-token-url: ${MAUTIC_ACCESS_TOKEN_URL:false}
mod:
target-directory: ${MOD_UPLOAD_PATH:/content/mods}
download-url-format: ${MOD_DOWNLOAD_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/%s}
preview-url-format: ${MOD_PREVIEW_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/%s}
thumbnail-target-directory: ${MOD_THUMBNAIL_TARGET_DIRECTORY:/content/mods/thumbs}
nodebb:
base-url: ${NODEBB_BASE_URL:false}
admin-user-id: ${NODEBB_ADMIN_USERID:1}
Expand Down

0 comments on commit f0cb217

Please sign in to comment.