Skip to content

Commit 66045e6

Browse files
committed
README update
1 parent ddfece7 commit 66045e6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ This is a simple Gacha Club API. With it you can make a server for online charac
1717

1818
You need to setup these variables to enable connection between the PHP files and the database.
1919

20-
> - `SERVER`: mysql server address
21-
> - default: `"localhost"`
22-
> - For example: `"127.0.0.1"`, `"localhost"`
23-
> - `PORT`: mysql server port *(`1`-`65535`)*
24-
> - Default: `3306`
25-
> - `USER`: mysql username
26-
> - For example: `"root"`
27-
> - `PASSWORD`: mysql user password
28-
> - For example: `"password@123"`
29-
> - `DATABASE`: mysql database name
30-
> - For example: `"gacha-club"`
20+
- `SERVER`: mysql server address
21+
- default: `"localhost"`
22+
- For example: `"127.0.0.1"`, `"localhost"`
23+
- `PORT`: mysql server port *(`1`-`65535`)*
24+
- Default: `3306`
25+
- `USER`: mysql username
26+
- For example: `"root"`
27+
- `PASSWORD`: mysql user password
28+
- For example: `"password@123"`
29+
- `DATABASE`: mysql database name
30+
- For example: `"gacha-club"`
3131

3232
## License
3333

0 commit comments

Comments
 (0)