Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
dcat_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9148bc16
authored
Oct 14, 2022
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
忽略文件
parent
cdda46fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
2 deletions
.env
.gitignore
.env
0 → 100644
View file @
9148bc16
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:O7ICIi7PG75jemXWBwvZF/VBuaa00SQlwxUEABU8Rkg=
APP_DEBUG=true
APP_URL=http://localhost
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dcat
DB_USERNAME=root
DB_PASSWORD=root
DB_SPECIAL_CONNECTION=special
DB_SPECIAL_HOST=192.168.1.252
DB_SPECIAL_PORT=3306
DB_SPECIAL_DATABASE=special
DB_SPECIAL_USERNAME=special
DB_SPECIAL_PASSWORD="special#zsyM"
DB_CHEMEX_CONNECTION=special
DB_CHEMEX_HOST=192.168.10.10
DB_CHEMEX_PORT=3306
DB_CHEMEX_DATABASE=chemex
DB_CHEMEX_USERNAME=homestead
DB_CHEMEX_PASSWORD=secret
DB_WWW_CONNECTION=www
DB_WWW_HOST=192.168.1.252
DB_WWW_PORT=3306
DB_WWW_DATABASE=liexin
DB_WWW_USERNAME=liexin
DB_WWW_PASSWORD="liexin#zsyM"
DB_CMS_CONNECTION=cms
DB_CMS_HOST=192.168.1.252
DB_CMS_PORT=3306
DB_CMS_DATABASE=ichuntcms
DB_CMS_USERNAME=ichuntcms
DB_CMS_PASSWORD="ichuntcms#zsyM"
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
REDIS_HOST=192.168.1.235
REDIS_PASSWORD=icDb29mLy2s
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
LOGIN_DOMAIN=user.liexin.net
PERM_URL=http://perm.liexin.net/api/check
PERM_ID=12
PERM_GOURL=http://perm.liexin.net
ADMIN_GROUP=1000,20000
MENU_ID=8
MENU_URL=http://data.liexin.net/api/config/
.gitignore
View file @
9148bc16
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
/public/storage
/public/storage
/storage/*.key
/storage/*.key
/vendor
/vendor
.env
.env.backup
.phpunit.result.cache
.phpunit.result.cache
Homestead.json
Homestead.json
Homestead.yaml
Homestead.yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment