Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e598ad0

Browse filesBrowse files
committed
fix: update default configs (#152)
1 parent f211af4 commit e598ad0
Copy full SHA for e598ad0

4 files changed

+16
-20
lines changed

‎configs/config.example.logical_generic.yml

Copy file name to clipboardExpand all lines: configs/config.example.logical_generic.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ server:
1818
verificationToken: "secret_token"
1919

2020
# The host which the Database Lab server accepts HTTP connections to.
21-
# By default: "127.0.0.1".
21+
# By default uses an empty string to accept connections to all network interfaces.
2222
# Keep it default when running inside a Docker container.
23-
# Use an empty string to accept connections to all network interfaces.
24-
host: "127.0.0.1"
23+
host: ""
2524

2625
# HTTP server port. Default: 2345.
2726
port: 2345
@@ -65,9 +64,9 @@ provision:
6564
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
6665
# pgDataSubdir: /pgdata
6766
# -- in this case, we assume that the mount point is: /var/lib/dblab
68-
# Note, that, despite the fact that it alwats begins with "/",
67+
# Note, that, despite the fact that it always begins with "/",
6968
# it is a relative path. Default: "/".
70-
pgDataSubdir: "/data"
69+
pgDataSubdir: "/"
7170

7271
# Database username that will be used for Postgres management connections.
7372
# This user must exist.

‎configs/config.example.logical_rds.yml

Copy file name to clipboardExpand all lines: configs/config.example.logical_rds.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ server:
1818
verificationToken: "secret_token"
1919

2020
# The host which the Database Lab server accepts HTTP connections to.
21-
# By default: "127.0.0.1".
21+
# By default uses an empty string to accept connections to all network interfaces.
2222
# Keep it default when running inside a Docker container.
23-
# Use an empty string to accept connections to all network interfaces.
24-
host: "127.0.0.1"
23+
host: ""
2524

2625
# HTTP server port. Default: 2345.
2726
port: 2345
@@ -65,9 +64,9 @@ provision:
6564
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
6665
# pgDataSubdir: /pgdata
6766
# -- in this case, we assume that the mount point is: /var/lib/dblab
68-
# Note, that, despite the fact that it alwats begins with "/",
67+
# Note, that, despite the fact that it always begins with "/",
6968
# it is a relative path. Default: "/".
70-
pgDataSubdir: "/data"
69+
pgDataSubdir: "/"
7170

7271
# Database username that will be used for Postgres management connections.
7372
# This user must exist.

‎configs/config.example.physical_generic.yml

Copy file name to clipboardExpand all lines: configs/config.example.physical_generic.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ server:
1818
verificationToken: "secret_token"
1919

2020
# The host which the Database Lab server accepts HTTP connections to.
21-
# By default: "127.0.0.1".
21+
# By default uses an empty string to accept connections to all network interfaces.
2222
# Keep it default when running inside a Docker container.
23-
# Use an empty string to accept connections to all network interfaces.
24-
host: "127.0.0.1"
23+
host: ""
2524

2625
# HTTP server port. Default: 2345.
2726
port: 2345
@@ -65,9 +64,9 @@ provision:
6564
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
6665
# pgDataSubdir: /pgdata
6766
# -- in this case, we assume that the mount point is: /var/lib/dblab
68-
# Note, that, despite the fact that it alwats begins with "/",
67+
# Note, that, despite the fact that it always begins with "/",
6968
# it is a relative path. Default: "/".
70-
pgDataSubdir: "/data"
69+
pgDataSubdir: "/"
7170

7271
# Database username that will be used for Postgres management connections.
7372
# This user must exist.

‎configs/config.example.physical_walg.yml

Copy file name to clipboardExpand all lines: configs/config.example.physical_walg.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ server:
1818
verificationToken: "secret_token"
1919

2020
# The host which the Database Lab server accepts HTTP connections to.
21-
# By default: "127.0.0.1".
21+
# By default uses an empty string to accept connections to all network interfaces.
2222
# Keep it default when running inside a Docker container.
23-
# Use an empty string to accept connections to all network interfaces.
24-
host: "127.0.0.1"
23+
host: ""
2524

2625
# HTTP server port. Default: 2345.
2726
port: 2345
@@ -65,9 +64,9 @@ provision:
6564
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
6665
# pgDataSubdir: /pgdata
6766
# -- in this case, we assume that the mount point is: /var/lib/dblab
68-
# Note, that, despite the fact that it alwats begins with "/",
67+
# Note, that, despite the fact that it always begins with "/",
6968
# it is a relative path. Default: "/".
70-
pgDataSubdir: "/data"
69+
pgDataSubdir: "/"
7170

7271
# Database username that will be used for Postgres management connections.
7372
# This user must exist.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.