Skip to content

Commit f4a8ace

Browse files
Update README.md
1 parent 98cfda0 commit f4a8ace

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# springboot-angular-upload-to-azure
22
The sample showing the way to upload files to azure blob storage
3+
4+
# spring boot app configuration
5+
This paramateres should be set
6+
7+
``` yml
8+
app:
9+
azure-account:
10+
name: <<your account name>>
11+
key: <<your account pass>>
12+
offsetHours: 24
13+
```
14+
# testing
15+
16+
1. Run "file-storage" application
17+
2. Run "frontend"

0 commit comments

Comments
 (0)