提交 b365cb75 authored 作者: chengye's avatar chengye

reset gitignore

/runtime/* /runtime
/.idea/* /.idea
/thinkphp/* /thinkphp
/vendor/* /vendor
/phpmyadmin/* /phpmyadmin
/.travis.yml /.travis.yml
/.user.ini /.user.ini
/build.php /build.php
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
/README.md /README.md
/think /think
/config/database.php /config/database.php
/public/dist/* /config/cache.php
/public/dist2/* /public/dist
/public/static/uploads/* /public/dist2
/public/static/xadmin/* /public/static/uploads
/config/* /public/static/xadmin
\ No newline at end of file /config
\ No newline at end of file
...@@ -28,7 +28,11 @@ return [ ...@@ -28,7 +28,11 @@ return [
], ],
'redis' => [ 'redis' => [
'type' => 'redis', 'type' => 'redis',
<<<<<<< HEAD
'host' => '192.168.1.222', 'host' => '192.168.1.222',
=======
'host' => '192.168.1.70',
>>>>>>> 7401ee352f71efe59eaba5edf51c76690db86c37
// 全局缓存有效期(0为永久有效) // 全局缓存有效期(0为永久有效)
'expire'=> 0, 'expire'=> 0,
// 缓存前缀 // 缓存前缀
......
...@@ -13,13 +13,21 @@ return [ ...@@ -13,13 +13,21 @@ return [
// 数据库类型 // 数据库类型
'type' => 'mysql', 'type' => 'mysql',
// 服务器地址 // 服务器地址
<<<<<<< HEAD
'hostname' => '192.168.1.214', 'hostname' => '192.168.1.214',
=======
'hostname' => '192.168.1.70',
>>>>>>> 7401ee352f71efe59eaba5edf51c76690db86c37
// 数据库名 // 数据库名
'database' => 'gonn', 'database' => 'gonn',
// 用户名 // 用户名
'username' => 'gonn', 'username' => 'gonn',
// 密码 // 密码
<<<<<<< HEAD
'password' => 'gonn.123', 'password' => 'gonn.123',
=======
'password' => 'pvv5718J0CwhNfn4B^8^H3igPj#oiQkX',
>>>>>>> 7401ee352f71efe59eaba5edf51c76690db86c37
// 端口 // 端口
'hostport' => '10036', 'hostport' => '10036',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论