ソースを参照

config sample file

master
Robin Thoni 9年前
コミット
470408e33e
2個のファイルの変更8行の追加0行の削除
  1. 1
    0
      .gitignore
  2. 7
    0
      misc/config.php.sample

+ 1
- 0
.gitignore ファイルの表示

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

+ 7
- 0
misc/config.php.sample ファイルの表示

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

読み込み中…
キャンセル
保存