This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
ivalentin
/
InigoValentin
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
a582d56197
Branche
Tagy
BACK_TO_PHP
RailsMigration
V4
master
InigoValentin
/
application
/
config
/
auth.php
auth.php
135 B
História
Raw
1
2
3
4
5
6
7
8
<?php
$auth = [
"host" => "localhost",
"name" => "web",
"user" => "web",
"pass" => "XXX"
];
?>