Skip to content

Commit a750dda

Browse files
committed
fix: .env.example duplicated lines
1 parent ea5bedf commit a750dda

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.env.example

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,15 @@ DOCKER_MINIO_UI_PORT="9001"
66
DOCKER_MINIO_USERNAME="startui"
77
DOCKER_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
1810
S3_ENDPOINT="http://127.0.0.1:${DOCKER_MINIO_FORWARD_PORT}"
1911
S3_BUCKET_NAME="start-ui-bucket"
20-
S3_BUCKET_PUBLIC_URL="http://127.0.0.1:${DOCKER_MINIO_FORWARD_PORT}/${S3_BUCKET_NAME}"
2112
S3_ACCESS_KEY_ID="startui-access-key"
2213
S3_SECRET_ACCESS_KEY="startui-secret-key"
2314
S3_REGION="default"
2415

2516
# PUBLIC CONFIG
17+
VITE_S3_BUCKET_PUBLIC_URL="http://127.0.0.1:${DOCKER_MINIO_API_PORT}/${S3_BUCKET_NAME}"
2618
VITE_BASE_URL="http://localhost:${VITE_PORT}"
2719
# Use the following environment variables to show the environment name.
2820
VITE_ENV_NAME="LOCAL"

0 commit comments

Comments
 (0)