This commit is contained in:
David Anderson 2004-04-02 21:35:18 +00:00
parent 688e986999
commit 70e3d68643
2 changed files with 13 additions and 1 deletions

9
dlls/pgsql/pgsql.cfg Executable file
View File

@ -0,0 +1,9 @@
// pgSQL configuration file
// File location: $moddir/addons/amxx/configs/pgsql.cfg
// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name
amx_pgsql_host "127.0.0.1"
amx_pgsql_user "root"
amx_pgsql_pass ""
amx_pgsql_db "amx"

View File

@ -29,4 +29,7 @@ geoip_amx.dll
4] If you are using pgsql to store admins:
Place admin_pgsql.amx in addons/amxx/plugins/
And add this line to addons/amxx/plugins.ini:
admin_pgsql.amx
admin_pgsql.amx
5] Put pgsql.cfg in addons/amxx/configs/
Open it and make sure the host, user, password, and database name are correct