File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ This is a simple Gacha Club API. With it you can make a server for online charac
17
17
18
18
You need to setup these variables to enable connection between the PHP files and the database.
19
19
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" `
31
31
32
32
## License
33
33
You can’t perform that action at this time.
0 commit comments