This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
titan
/
crm_system
Beobachten
10
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
master
crm_system
/
VeGardInternational
/
helongcrm
/
service
/
common
/
config
/
redis.php
redis.php
114 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
<?php
return [
'class' => 'yii\redis\Connection',
'hostname' => '127.0.0.1',
'port' => 6379,
];