X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;ds=sidebyside;f=setup%2Fdb_config;fp=setup%2Fdb_config;h=b6d6cb3436a09f4d98830ba1eabcff06f4d52d18;hb=63574045f42044601bfc460bf844ea82387f421f;hp=0000000000000000000000000000000000000000;hpb=f8471406db3eb0232775ac452db2ef2691387334;p=eq%2F.git diff --git a/setup/db_config b/setup/db_config new file mode 100644 index 0000000..b6d6cb3 --- /dev/null +++ b/setup/db_config @@ -0,0 +1,13 @@ +################################################################################ +# This is a perl module included by the perl scripts for this EQ application. +# You must modify these values to match your system configuration. +# Save the resulting file as "db_config.local" in this setup dir. +# This will prevent your settings from being overwritten by future code updates. +################################################################################ + +$dbname = "phpgroupware"; +$dbhost = "192.168.0.2"; # This can be an IP address or name +$dbport = 3306; +$dbuser = "phpgroupware"; # This may require an additional '\@localhost' +$dbpass = "phpgroupware"; +