Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
rainbow
/
community-service
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
v0.2
Branches
Tags
battle
circle
develop
master
release
v0.3
v0.2
community-se...
/
config
/
constants.php
constants.php
102 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
<?php
/**
* 常量配置
*/
return [
'MUSIC_LIST' => env('REDIS_MUSIC_LIST', 'music_list'),
];