forked from Raphael/SCHALE.GameServer
Update README.md
This commit is contained in:
parent
8a08cd28fb
commit
de541051da
|
@ -1,4 +1,9 @@
|
||||||
# SCHALE.GameServer
|
# SCHALE.GameServer
|
||||||
|
|
||||||
|
## Running
|
||||||
|
By default the server is configured to run with SQL Server Express in `appsettings.json`. If you wanna use other edition of SQL Server Express change the `ConnectionStrings` in there.
|
||||||
|
|
||||||
|
Alternatively this software can run in docker too (`docker compose up --build`).
|
||||||
|
|
||||||
## Connecting
|
## Connecting
|
||||||
- Run the game with this [frida script](https://gist.githubusercontent.com/raphaeIl/c4ca030411186c9417da22d8d7864c4d/raw/00b69c5bacdf79c24972411bd80d785eed3841ce/ba.js)
|
- Run the game with this [frida script](https://gist.githubusercontent.com/raphaeIl/c4ca030411186c9417da22d8d7864c4d/raw/00b69c5bacdf79c24972411bd80d785eed3841ce/ba.js)
|
||||||
|
|
Loading…
Reference in New Issue