isundil 10 years ago
parent
commit
9fe9250d07
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/config.php

+ 7 - 0
src/config.php

@@ -0,0 +1,7 @@
+<?php
+
+define("DB_USER", "secretsanta");
+define("DB_PASS", "password");
+define("DB_NAME", "secretsanta");
+
+