docs(migration): added more documents on the install md
This commit is contained in:
@@ -128,3 +128,10 @@ INSERT INTO "users" ("username", "email", "role", "password") VALUES
|
||||
;
|
||||
```
|
||||
* You could have many users and just add like above with the identical info from the db
|
||||
|
||||
|
||||
## Running v1 along Side V2 for the interm
|
||||
* change v2 prod port to 4000 in the env and db
|
||||
* change v1 env to 4400 in the env. and in the db you will need to change the auth server to 4000 and the serverPort to 4400
|
||||
|
||||
This will change so that v2 is the main server now, this is needed for ocme mainly.
|
||||
Reference in New Issue
Block a user