Skip to content

Commit

Permalink
Change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hackuna committed Jul 11, 2023
1 parent 74efe32 commit 46038ff
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
workflow_dispatch:

env:
APP_NAME: 'OneCloud.S3.Api'
APP_NAME: 'OneCloud.S3.API'
DOTNET_VERSION: '7.0.x'

jobs:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ S3_SECRET_KEY={YourSecretKey}

### Local development in IDE

Configure Environment variables at ```"environmentVariables"``` section in file ```Properties/launchSettings.json```
Configure Environment variables at  `"environmentVariables"` section in file `Properties/launchSettings.json`

```
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"S3_SERVICE_URL": "https://1cloud.store",
"S3_ACCESS_KEY": "{YourDevAccesKey}",
"S3_SECRET_KEY": "{YourDevSecretKey}"
    "ASPNETCORE_ENVIRONMENT": "Development",
    "S3_SERVICE_URL": "https://1cloud.store",
    "S3_ACCESS_KEY": "{YourDevAccesKey}",
    "S3_SECRET_KEY": "{YourDevSecretKey}"
}
```

## Docker image
## Docker image (linux-x64)

| Container image repository | Last Build |
| -- | -- |
Expand Down
2 changes: 1 addition & 1 deletion one-cloud-s3-api.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32422.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneCloud.S3.API", "1Cloud.S3.API\OneCloud.S3.API.csproj", "{0F627F4B-4E13-43D6-BC5F-81955ABC8CD3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneCloud.S3.API", "OneCloud.S3.API\OneCloud.S3.API.csproj", "{0F627F4B-4E13-43D6-BC5F-81955ABC8CD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF031BEB-3608-478D-A34C-DA8425DA4B46}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit 46038ff

Please sign in to comment.