File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ STORAGE_FILESYSTEM_PATH=.data/storage/filesystem
88# s3
99# STORAGE_DRIVER=s3
1010# STORAGE_S3_BUCKET=test
11- # STORAGE_S3_ENDPOINT=localhost
12- # STORAGE_S3_PORT=9000
13- # STORAGE_S3_USE_SSL=false
14- # STORAGE_S3_ACCESS_KEY=minioadmin
15- # STORAGE_S3_SECRET_KEY=minioadmin
11+ # AWS_ENDPOINT_URL=http://minio:9000
12+ # AWS_ACCESS_KEY_ID=minioadmin
13+ # AWS_SECRET_ACCESS_KEY=minioadmin
1614
1715# sqlite
1816DB_DRIVER = sqlite
@@ -32,4 +30,4 @@ DB_SQLITE_PATH=.data/sqlite.db
3230# DB_MYSQL_HOST=localhost
3331# DB_MYSQL_USER=root
3432# DB_MYSQL_PASSWORD=root
35- # DB_MYSQL_PORT=3306
33+ # DB_MYSQL_PORT=3306
Original file line number Diff line number Diff line change 11STORAGE_DRIVER=s3
22STORAGE_S3_BUCKET=test
3- STORAGE_S3_ENDPOINT=localhost
4- STORAGE_S3_PORT=9000
5- STORAGE_S3_USE_SSL=false
6- STORAGE_S3_ACCESS_KEY=minioadmin
7- STORAGE_S3_SECRET_KEY=minioadmin
3+ AWS_ENDPOINT_URL=http://localhost:9000
4+ AWS_ACCESS_KEY_ID=minioadmin
5+ AWS_SECRET_ACCESS_KEY=minioadmin
You can’t perform that action at this time.
0 commit comments