Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingyuji
house-type
Commits
61a5f91f
Commit
61a5f91f
authored
Aug 18, 2020
by
super_liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:域名配置文件
parent
176958a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.env
.env
+2
-2
.env.production
.env.production
+2
-2
.env.sit
.env.sit
+2
-2
No files found.
.env
View file @
61a5f91f
...
...
@@ -2,5 +2,5 @@ NODE_ENV = "development"
BASE_URL = "./"
VUE_APP_PUBLIC_PATH = "./"
VUE_APP_API =
"http://106.2.11.235:38092/api/v1/"
VUE_APP_OSS_SRC =
"http://106.2.11.235:3324/server/realFile"
VUE_APP_API =
'http://tenio.breaker93.com:38091/api/v1/'
VUE_APP_OSS_SRC =
'http://tenio.breaker93.com:3323/server/realFile/
.env.production
View file @
61a5f91f
...
...
@@ -2,8 +2,8 @@ NODE_ENV = 'production'
BASE_URL = 'https://prod.breaker93.com/'
VUE_APP_PUBLIC_PATH = './'
VUE_APP_API = 'http://
106.2.11.235
:38091/api/v1/'
VUE_APP_OSS_SRC = 'http://
106.2.11.235:3323/server/realFile/'
VUE_APP_API = 'http://
tenio.breaker93.com
:38091/api/v1/'
VUE_APP_OSS_SRC = 'http://
tenio.breaker93.com:3323/server/realFile/
ACCESS_KEY_ID = 'xxxxxxxxxxxxx'
ACCESS_KEY_SECRET = 'xxxxxxxxxxxxx'
...
...
.env.sit
View file @
61a5f91f
...
...
@@ -3,8 +3,8 @@ NODE_ENV = 'production'
BASE_URL = 'https://prod.breaker93.com/'
VUE_APP_PUBLIC_PATH = './'
VUE_APP_API = 'http://
106.2.11.235
:38091/api/v1/'
VUE_APP_OSS_SRC = 'http://
106.2.11.235:3323/server/realFile/'
VUE_APP_API = 'http://
tenio.breaker93.com
:38091/api/v1/'
VUE_APP_OSS_SRC = 'http://
tenio.breaker93.com:3323/server/realFile/
ACCESS_KEY_ID = 'xxxxxxxxxxxxx'
ACCESS_KEY_SECRET = 'xxxxxxxxxxxxx'
...
...
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