~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to settings/Database.Example.php

Preparing to merge in my branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
* Helioviewer Database Configuration
 
4
*/
 
5
define("HV_DB_HOST", "localhost");
 
6
define("HV_DB_NAME", "helioviewer");
 
7
define("HV_DB_USER", "helioviewer");
 
8
define("HV_DB_PASS", "helioviewer");
 
9
?>