changes
This commit is contained in:
parent
688e986999
commit
70e3d68643
9
dlls/pgsql/pgsql.cfg
Executable file
9
dlls/pgsql/pgsql.cfg
Executable 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"
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user