| Current Path : /home/seto/www/brokers-binary.com/wmdsed30/ |
| Current File : /home/seto/www/brokers-binary.com/wmdsed30/config.php |
<?php
###############################################################################
# config-sample.php
# Watch My Domains SED v3
# (c) Softnik Technologies. All rights reserved.
###############################################################################
# Specify your DB settings
$db_config_database = 'seto_wmdsed';
$db_config_username = 'seto_wmdsed';
$db_config_password = '8J0u9M1q';
$db_config_host = 'localhost';
$db_config_dbtype = 'mysql'; # only mysql is currently supported.
# pgsql and mssql support soon.
###############################################################################
# Specify a common prefix for all the database tables that will be created.
# Please avoid using a blank prefix entry. It is better to just leave this
# entry as it is ("dompunch_"). You can use a different prefix if you are
# using the same database for multiple installations.
$db_table_prefix = "dompunch_";
###############################################################################
# Don't edit the following entry if you have a evaluation or standard edition
# license. It is meant only for Professional edition installations that use a
# multi-server setup. If you don't have a Professional edition license and you
# change the value of $install_server_id, the application will simply stop
# working properly.
# Specify a name/id for this installation. This is required only when you have
# multiple cloud server installations that share a single MySQL/MariaDB
# Database and you have a Professional edition license. When used, the entry
# can be any single unique word that is not used at any of the other installed
# config files. You can also set it to "auto" on secondary server installations.
# Please see the user guide for more details.
$install_server_id = "";
###############################################################################
# Specify a super-user & password here to recover from a forgotten admin
# password. Useful if you set password protection using the interface and then
# completely forget your password. If you enter a password and username here,
# the super-admin credentials set in the user interface will be completely
# ignored.
# The password must be at least 6 characters long. If the admin password is
# less than 6 characters long, the credentials will not be accepted during
# login. Plain text admin password must not be longer than 24 characters.
$admin_user_name = "";
$admin_password = "";
###############################################################################
# Default engine type to use for MySQL Tables. Could be 'InnoDB' or 'MyISAM'.
# This is valid only if you set $db_config_dbtype to 'MySQL'
$db_default_mysql_engine = "MyISAM";
###############################################################################
# Default hostname for the application. Set this to the actual hostname you
# will use to access the application. This should be set only if you want to
# enable domain parking. Once you add a hostname here, the application will
# work only if accessed using that hostname, anything else will be assumed to
# be a parked domain.
$default_host_name = "";
###############################################################################
# Space for additional default options, if any.
#$config_data['ui_theme'] = 'redmond';
###############################################################################
require_once('lib/php/config/loadconfig.php');
###############################################################################
?>