Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
d80a0345
Commit
d80a0345
authored
Jan 03, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Websocket and Server over HTTPS
parent
235328e6
Pipeline
#346
passed with stages
in 5 minutes and 27 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
environment.prod.ts
src/environments/environment.prod.ts
+2
-2
environment.ts
src/environments/environment.ts
+2
-2
No files found.
src/environments/environment.prod.ts
View file @
d80a0345
export
const
environment
=
{
production
:
true
,
tabuMiddlewareURL
:
'
http://tabu-middleware.willers.digital/
'
,
tabuServerURL
:
'
ws://tabu-server.willers.digital
'
tabuMiddlewareURL
:
'
http
s
://tabu-middleware.willers.digital/
'
,
tabuServerURL
:
'
ws
s
://tabu-server.willers.digital
'
};
src/environments/environment.ts
View file @
d80a0345
...
...
@@ -5,9 +5,9 @@
export
const
environment
=
{
production
:
false
,
tabuMiddlewareURL
:
'
http://localhost:8080/
'
,
//tabuMiddlewareURL: 'http://tabu-middleware.willers.digital/',
//tabuMiddlewareURL: 'http
s
://tabu-middleware.willers.digital/',
tabuServerURL
:
'
http://localhost:3000/
'
//tabuServerURL: 'ws://tabu-server.willers.digital'
//tabuServerURL: 'ws
s
://tabu-server.willers.digital'
};
/*
...
...
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