Browse Source

config sample file

master
Robin Thoni 9 years ago
parent
commit
470408e33e
2 changed files with 8 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 7
    0
      misc/config.php.sample

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
1
+misc/config.php

+ 7
- 0
misc/config.php.sample View File

@@ -0,0 +1,7 @@
1
+<?php
2
+$database_host = "localhost";
3
+$database_port = 3306;
4
+$database_name = "";
5
+$database_user = "";
6
+$database_pass = "";
7
+?>

Loading…
Cancel
Save