rubyzome/global_config.rb
Yann Esposito (Yogsototh) ef888a2fdd Debug of db scripts
2010-04-21 16:20:58 +02:00

15 lines
373 B
Ruby

# --------------------------
# -- global configuration --
# beware the name will not match one of
# a REST resource of the application
$directory_of_website='/website'
# db configuration
$db_type='mysql'
$db_user='rubyzome'
$db_password='rubyzome'
$db_admin_user='rubyzomeadmin'
$db_admin_password='rubyzomeadmin'
$db_host='mysql_rubyzome_server'
$db_database='rubyzome'