Removed S3 address from default config.
This commit is contained in:
parent
37e39dc1ec
commit
e9603ecec9
|
@ -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!',
|
||||||
|
|
Loading…
Reference in New Issue