From de541051daa2094df935c84c323b0037fabd86a9 Mon Sep 17 00:00:00 2001 From: rfi <65438157+rafi1212122@users.noreply.github.com> Date: Thu, 23 May 2024 09:11:49 +0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3208808..e2e40ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # 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 -- Run the game with this [frida script](https://gist.githubusercontent.com/raphaeIl/c4ca030411186c9417da22d8d7864c4d/raw/00b69c5bacdf79c24972411bd80d785eed3841ce/ba.js) \ No newline at end of file +- Run the game with this [frida script](https://gist.githubusercontent.com/raphaeIl/c4ca030411186c9417da22d8d7864c4d/raw/00b69c5bacdf79c24972411bd80d785eed3841ce/ba.js)