Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Merge requests
!41
REL: update changelog, bump version of pom.xml, update DEPENDENCIES
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
REL: update changelog, bump version of pom.xml, update DEPENDENCIES
release-v0.5.0
into
main
Overview
0
Commits
58
Pipelines
2
Changes
4
Merged
Timm Fitschen
requested to merge
release-v0.5.0
into
main
3 years ago
Overview
0
Commits
58
Pipelines
2
Changes
4
0
0
Merge request reports
Viewing commit
8f8881ef
Prev
Next
Show latest version
4 files
+
31
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
8f8881ef
Added the SERVER_BIND_ADDRESS configuration option to control which interfaces the server binds to.
· 8f8881ef
Freja Nordsiek
authored
3 years ago
conf/core/server.conf
+
4
−
0
View file @ 8f8881ef
Edit in single-file editor
Open in Web IDE
Show full file
@@ -77,6 +77,10 @@ MYSQL_SCHEMA_VERSION=v5.0
# The context root is a prefix which allows running multiple instances of CaosDB using the same
# hostname and port. Must start with "/".
CONTEXT_ROOT
=
# Server bind/host address, which is the address to listen to. Set to blank, or
# 0.0.0.0 in IPv4, to listen to all. Set to 127.0.0.1 to make it available to
# localhost only.
SERVER_BIND_ADDRESS
=
# HTTPS port of this server instance.
SERVER_PORT_HTTPS
=
443
# HTTP port of this server instance.
Loading