Added S3 support for media files. Fixed MindGeek scraper for new poster data structure.
This commit is contained in:
@@ -2,6 +2,11 @@ export default {
|
||||
api: {
|
||||
url: `${window.location.origin}/api`,
|
||||
},
|
||||
media: {
|
||||
assetPath: '/img',
|
||||
mediaPath: '/media',
|
||||
s3Path: 'https://s3.eu-central-1.wasabisys.com/traxxx',
|
||||
},
|
||||
showDisclaimer: false,
|
||||
disclaimer: 'This site is in early development, and content may occasionally disappear. Please stay tuned, you will be able to use traxxx to its full potential in the near future!',
|
||||
selectableTags: [
|
||||
|
||||
Reference in New Issue
Block a user