Removed S3 address from default config.

This commit is contained in:
DebaucheryLibrarian 2021-02-22 03:16:44 +01:00
parent 37e39dc1ec
commit e9603ecec9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export default {
media: { media: {
assetPath: '/img', assetPath: '/img',
mediaPath: '/media', mediaPath: '/media',
s3Path: 'https://s3.eu-central-1.wasabisys.com/traxxx', s3Path: 'https://s3.wasabisys.com',
}, },
showDisclaimer: false, 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!', 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!',