Skip to content

Commit a44a90c

Browse files
Fix docs compilation
1 parent ca05cee commit a44a90c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/docs/guide/sourcemod.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,18 @@ GRANT EXECUTE ON FUNCTION check_ban TO sourcemod;
5555

5656
Now you can setup your sourcemod databases.cfg with this user.
5757

58+
```
5859
"Databases"
5960
{
6061
"default"
6162
{
62-
"driver" "pgsql"
63-
"host" "localhost"
64-
"database" "gbans"
65-
"user" "sourcemod"
66-
"pass" "<your-password>"
67-
"timeout" "60"
68-
"port" "5432"
63+
"driver" "pgsql"
64+
"host" "localhost"
65+
"database" "gbans"
66+
"user" "sourcemod"
67+
"pass" "<your-password>"
68+
"timeout" "60"
69+
"port" "5432"
6970
}
70-
}
71+
}
72+
```

0 commit comments

Comments
 (0)