File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ openssl rsa -in private.pem -outform PEM -pubout -out public.pem
48
48
49
49
- Move All the files to the root of the app & also change the format of key if its not .key!
50
50
51
- ## Environment variables used patter
51
+ ## Environment variables use pattern
52
52
53
53
``` javascript
54
54
PORT = // Your app port here for development
@@ -63,7 +63,7 @@ DB_HOST=// Atlas DB url or your hosted url endpoint
63
63
64
64
To use the environment variables use dotenv.config() to access the values or else it's undefined!
65
65
66
- Use the package manager [ YARN] or [ NPM] to install [ Simplify Leave App] .\
66
+ Use the package manager [ YARN] or [ NPM] to install [ App] .\
67
67
First, Install API image classification: [ Here] ( https://github.com/iamvucms/ImageClassifyAPI/blob/master/README.md#installation ) \
68
68
Edit src/constant/index.ts
69
69
You can’t perform that action at this time.
0 commit comments