Skip to content

Commit f61ae14

Browse files
committed
refactor: set backend to aws_s3 in env_specific envs
1 parent f64fd6c commit f61ae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deployments/env_specific.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ port = 7000 # Client Port
329329
service = "dynamo" # Service name
330330

331331
[theme.storage]
332-
file_storage_backend = "file_system" # Theme storage backend to be used
332+
file_storage_backend = "aws_s3" # Theme storage backend to be used
333333

334334
[theme.storage.aws_s3]
335335
region = "bucket_region" # AWS region where the S3 bucket for theme storage is located

0 commit comments

Comments
 (0)