Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix azure_file_storage README.md step 4 #457

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/azure_file_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ AZURE_STORAGE_CONNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=myev
AZURE_STORAGE_CONTAINER_NAME="images"
```

### Step 4: Active the AWS S3 storage
### Step 4: Activate the Azure file storage

Edit the `config/default.json` file in the root directory of your EverShop installation and add the following line to the `file_storage` section:

Expand All @@ -70,4 +70,4 @@ Edit the `config/default.json` file in the root directory of your EverShop insta
npm run build
```

> **Note**: You can get the connection string from the Azure portal.
> **Note**: You can get the connection string from the Azure portal.
Loading