Add image upload to s3
This commit is contained in:
+6
-1
@@ -9,4 +9,9 @@ NUXT_SESSION_PASSWORD=# openssl rand -base64 32
|
||||
|
||||
REDIS_PORT=6379
|
||||
NUXT_REDIS_HOST=redis
|
||||
NUXT_REDIS_PASSWORD=# openssl rand -base64 32
|
||||
NUXT_REDIS_PASSWORD=# openssl rand -base64 32
|
||||
|
||||
NUXT_S3_BUCKET=pichunt
|
||||
NUXT_S3_HOST=s3.swarm.syma.dev
|
||||
NUXT_S3_ACCESS_KEY=access_key
|
||||
NUXT_S3_SECRET_KEY=secret_key
|
||||
Reference in New Issue
Block a user