Skip to content

Commit 431395a

Browse files
init
1 parent 733c192 commit 431395a

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.env

Lines changed: 0 additions & 4 deletions
This file was deleted.

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm run dev
3131

3232
VPS run on Server
3333
```
34-
pm2 start node --node-args="-r dotenv/config --experimental-json-modules" index.js --name "bizmapia"
34+
pm2 start node --node-args="-r dotenv/config --experimental-json-modules" index.js --name "mydomain"
3535
```
3636

3737
Run for debug
@@ -43,7 +43,7 @@ node -r dotenv/config --experimental-json-modules index.js
4343
Start pm2 with watching, this will restart automatically when file changes detect, and ignore some file folders using this command
4444

4545
```
46-
pm2 restart bizmapia --watch --ignore-watch="node_modules public logs"
46+
pm2 restart mydomain --watch --ignore-watch="node_modules public logs"
4747
```
4848
NOTE: Some time it doesn't work , don't use this
4949
-----------------------------------------------------------------------------------------------
@@ -89,7 +89,7 @@ server {
8989
server_name mydomain.com www.mydomain.com; # Replace with your server's IP address or domain name
9090
9191
location /__/auth {
92-
proxy_pass https://bizmapia-142cf.firebaseapp.com;
92+
proxy_pass https://mydomain-193cf.firebaseapp.com;
9393
}
9494
9595

0 commit comments

Comments
 (0)