#环境 local dev test production YII_ENV=local YII_DEBUG=false DB_DSN='mysql:host=127.0.0.1;dbname=huahuibao' DB_DSN_CONSOLE='mysql:host=127.0.0.1;dbname=huahuibao' DB_DSN_BAK='mysql:host=127.0.0.1;dbname=hhb' DB_USERNAME='root' DB_PASSWORD='zt20152008' REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 REDIS_DB=8 #rabbitMQ RABBIT_MQ_HOST=127.0.0.1 RABBIT_MQ_PORT=5672 #达达 DADA_APP_KEY=dadaf2279d901a5ba40 DADA_APP_SECRET=828a03677a1c00a3a5b3c59209c4433d #debug和gii允许的ip DEBUG_ALLOWED_IP='127.0.0.1' GII_ALLOWED_IP='127.0.0.1'