Browse Source

fixed separat localhost

pull/56/head
0xflotus 6 years ago committed by GitHub
parent
commit
ccc6fd496b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -155,7 +155,7 @@ eg: blogs is parent table and comments is child table. API invocation will resul
```
/api/payments/103___JM555205
```
*___* : If there are multiple primary keys - seperate them by three underscores as shown
*___* : If there are multiple primary keys - separate them by three underscores as shown
## Pagination
@ -935,7 +935,7 @@ http://localhost:3000/_version
-u, --user <n> Username of database -> root by default
-p, --password <n> Password of database -> empty by default
-d, --database <n> database schema name
-r, --ipAddress <n> IP interface of your server / locahost by default
-r, --ipAddress <n> IP interface of your server / localhost by default
-n, --portNumber <n> Port number for app -> 3000 by default
-o, --port <n> Port number of mysql -> 3306 by default
-a, --apiPrefix <n> Api url prefix -> /api/ by default

Loading…
Cancel
Save