We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05cee commit a44a90cCopy full SHA for a44a90c
docs/docs/guide/sourcemod.md
@@ -55,16 +55,18 @@ GRANT EXECUTE ON FUNCTION check_ban TO sourcemod;
55
56
Now you can setup your sourcemod databases.cfg with this user.
57
58
+```
59
"Databases"
60
{
61
"default"
62
- "driver" "pgsql"
63
- "host" "localhost"
64
- "database" "gbans"
65
- "user" "sourcemod"
66
- "pass" "<your-password>"
67
- "timeout" "60"
68
- "port" "5432"
+ "driver" "pgsql"
+ "host" "localhost"
+ "database" "gbans"
+ "user" "sourcemod"
+ "pass" "<your-password>"
+ "timeout" "60"
69
+ "port" "5432"
70
}
- }
71
+ }
72
0 commit comments