Add image upload to s3
This commit is contained in:
@@ -11,6 +11,12 @@ export default defineNuxtConfig({
|
||||
'@vuestic/nuxt',
|
||||
'@pinia/nuxt'
|
||||
],
|
||||
runtimeConfig: {
|
||||
s3Bucket: 'pichunt',
|
||||
s3Host: 's3.swarm.syma.dev',
|
||||
s3AccessKey: 'user',
|
||||
s3SecretKey: 'password'
|
||||
},
|
||||
i18n: {
|
||||
locales: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user