Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CD-CODE Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CD-CODE team
CD-CODE Web
Commits
2e3fb18c
Commit
2e3fb18c
authored
2 years ago
by
raghosh
Browse files
Options
Downloads
Patches
Plain Diff
#116
#113
missed changes completed.
parent
6bb5b0b2
Branches
auto_logout
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/src/components/js/const.js
+6
-6
6 additions, 6 deletions
web/src/components/js/const.js
with
6 additions
and
6 deletions
web/src/components/js/const.js
+
6
−
6
View file @
2e3fb18c
export
const
host
=
'
/api
'
;
//
export const devHost = '/api';
//
export const apiHost = '/cms';
//
export const devApiHost = '/cms';
export
const
devHost
=
'
/api
'
;
export
const
apiHost
=
'
/cms
'
;
export
const
devApiHost
=
'
/cms
'
;
export
const
devHost
=
'
https://dev.cd-code.org/api
'
;
//
export const devHost = 'https://dev.cd-code.org/api';
// export const devHost = 'http://localhost:5001';
export
const
apiHost
=
'
http://localhost:1337
'
;
export
const
devApiHost
=
'
http://localhost:1337
'
;
//
export const apiHost = 'http://localhost:1337';
//
export const devApiHost = 'http://localhost:1337';
// apikey should be given here according to production or development:
export
const
apikey
=
process
.
env
.
VUE_APP_API_KEY
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment