This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
ivalentin
/
InigoValentin
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
a582d56197
ブランチ
タグ
BACK_TO_PHP
RailsMigration
V4
master
InigoValentin
/
application
/
config
/
auth.php
auth.php
135 B
履歴
Raw
1
2
3
4
5
6
7
8
<?php
$auth = [
"host" => "localhost",
"name" => "web",
"user" => "web",
"pass" => "XXX"
];
?>