Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨俊
/
spread_im
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
97a3eefa
...
97a3eefa0368454191d930fbba5b6daa78692e21
authored
2021-05-17 19:27:52 +0800
by
yangjun@hikoon.cn
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新
1 parent
ef808ca3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
.env.development
.env.production
.env.development
0 → 100644
View file @
97a3eef
1
ENV='development'
2
3
VUE_APP_API_URL='http://api.spread.work/mapi'
4
5
VUE_APP_API_KEY=1400514950
6
VUE_APP_API_SECRET='eb219c4b42bdbbf5dca38f21f5be26ab38f1c157d0ba4277d5acce6507f2d727'
7
VUE_APP_API_EXPIRETIME=604800
.env.production
0 → 100644
View file @
97a3eef
1
ENV='production'
2
3
VUE_APP_API_URL='http://spread_dev.hikoon.com/mapi'
4
5
VUE_APP_API_KEY=1400514950
6
VUE_APP_API_SECRET='eb219c4b42bdbbf5dca38f21f5be26ab38f1c157d0ba4277d5acce6507f2d727'
7
VUE_APP_API_EXPIRETIME=604800
Please
register
or
sign in
to post a comment