Add s3 endpoint as preload

This commit is contained in:
2025-08-02 01:18:37 +02:00
parent 7d974a857c
commit facb07de5b
5 changed files with 19 additions and 8 deletions
+4 -2
View File
@@ -12,8 +12,10 @@ export default defineNuxtConfig({
'@pinia/nuxt'
],
runtimeConfig: {
s3Bucket: 'pichunt',
s3Host: 's3.swarm.syma.dev',
public: {
s3Bucket: 'pichunt',
s3Host: 's3.swarm.syma.dev'
},
s3AccessKey: 'user',
s3SecretKey: 'password'
},