File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,15 @@ DOCKER_MINIO_UI_PORT="9001"
66DOCKER_MINIO_USERNAME = " startui"
77DOCKER_MINIO_PASSWORD = " startui"
88
9- # S3
10- S3_ENDPOINT = " http://127.0.0.1:${ DOCKER_MINIO_API_PORT } "
11- S3_BUCKET_NAME = " start-ui-bucket"
12- S3_BUCKET_PUBLIC_URL = " http://127.0.0.1:${ DOCKER_MINIO_UI_PORT } /${ S3_BUCKET_NAME } "
13- S3_ACCESS_KEY_ID = " startui-access-key"
14- S3_SECRET_ACCESS_KEY = " startui-secret-key"
15- S3_REGION = " default"
16-
179# S3
1810S3_ENDPOINT = " http://127.0.0.1:${ DOCKER_MINIO_FORWARD_PORT } "
1911S3_BUCKET_NAME = " start-ui-bucket"
20- S3_BUCKET_PUBLIC_URL = " http://127.0.0.1:${ DOCKER_MINIO_FORWARD_PORT } /${ S3_BUCKET_NAME } "
2112S3_ACCESS_KEY_ID = " startui-access-key"
2213S3_SECRET_ACCESS_KEY = " startui-secret-key"
2314S3_REGION = " default"
2415
2516# PUBLIC CONFIG
17+ VITE_S3_BUCKET_PUBLIC_URL = " http://127.0.0.1:${ DOCKER_MINIO_API_PORT } /${ S3_BUCKET_NAME } "
2618VITE_BASE_URL = " http://localhost:${ VITE_PORT } "
2719# Use the following environment variables to show the environment name.
2820VITE_ENV_NAME = " LOCAL"
You can’t perform that action at this time.
0 commit comments