amxmodx/dlls/pgsql/pgsql.cfg
David Anderson 70e3d68643 changes
2004-04-02 21:35:18 +00:00

9 lines
331 B
INI
Executable File

// 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"