docs(migration): added more documents on the install md

This commit is contained in:
2025-03-20 14:04:48 -05:00
parent 74974323f0
commit 0bd217c727

View File

@@ -127,4 +127,11 @@ INSERT INTO "users" ("username", "email", "role", "password") VALUES
('brandon001','brandon.harry@alpla.com','manager','wdm1RSXJlZnJDYTZP');
;
```
* You could have many users and just add like above with the identical info from the db
* 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.