File tree 2 files changed +21
-4
lines changed
2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
.env
3
3
package-lock.json
4
- .DS_Store
4
+ .DS_Store
5
+ db.sqlite3
Original file line number Diff line number Diff line change @@ -41,9 +41,26 @@ $ npm start // this will compile the react code using webpack and run them at po
41
41
42
42
## Server Side (PORT: 4000)
43
43
44
- ## Prepare your secret
44
+ ## Environment Variables (.env)
45
45
46
- You need to add a JWT_SECRET in .env
46
+ JWT_SECRET = YOUR_JWT_SECRET
47
+
48
+ ### NOTE: nodecloud currently supports MICROSOFT AZURE
49
+ Add the following Azure Credentials to your .env file
50
+
51
+ AZURE_CLIENT_ID= YOUR_CLIENT_ID
52
+
53
+ AZURE_CLIENT_SECRET=YOUR_CLIENT_SECRET
54
+
55
+ AZURE_TENANT_ID=YOUR_TENANT_ID
56
+
57
+ AZURE_SUBSCRIPTION_ID=YOUR_SUBSCRIPTION_ID
58
+
59
+ AZURE_STORAGE_ACCESS_KEY=YOUR_STORAGE_ACCESS_KEY
60
+
61
+ AZURE_STORAGE_ACCOUNT=YOUR_STORAGE_ACCOUNT
62
+
63
+ AZURE_STORAGE_CONNECTION_STRING=YOUR_STORAGE_CONNECTION_STRING
47
64
48
65
## Start
49
66
@@ -77,5 +94,4 @@ $ docker-compose up
77
94
</p >
78
95
79
96
## License
80
-
81
97
MIT
You can’t perform that action at this time.
0 commit comments