File tree 4 files changed +16
-20
lines changed
Filter options
4 files changed +16
-20
lines changed
Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ server:
18
18
verificationToken : " secret_token"
19
19
20
20
# 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 .
22
22
# 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 : " "
25
24
26
25
# HTTP server port. Default: 2345.
27
26
port : 2345
@@ -65,9 +64,9 @@ provision:
65
64
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
66
65
# pgDataSubdir: /pgdata
67
66
# -- 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 "/",
69
68
# it is a relative path. Default: "/".
70
- pgDataSubdir : " /data "
69
+ pgDataSubdir : " /"
71
70
72
71
# Database username that will be used for Postgres management connections.
73
72
# This user must exist.
Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ server:
18
18
verificationToken : " secret_token"
19
19
20
20
# 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 .
22
22
# 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 : " "
25
24
26
25
# HTTP server port. Default: 2345.
27
26
port : 2345
@@ -65,9 +64,9 @@ provision:
65
64
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
66
65
# pgDataSubdir: /pgdata
67
66
# -- 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 "/",
69
68
# it is a relative path. Default: "/".
70
- pgDataSubdir : " /data "
69
+ pgDataSubdir : " /"
71
70
72
71
# Database username that will be used for Postgres management connections.
73
72
# This user must exist.
Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ server:
18
18
verificationToken : " secret_token"
19
19
20
20
# 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 .
22
22
# 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 : " "
25
24
26
25
# HTTP server port. Default: 2345.
27
26
port : 2345
@@ -65,9 +64,9 @@ provision:
65
64
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
66
65
# pgDataSubdir: /pgdata
67
66
# -- 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 "/",
69
68
# it is a relative path. Default: "/".
70
- pgDataSubdir : " /data "
69
+ pgDataSubdir : " /"
71
70
72
71
# Database username that will be used for Postgres management connections.
73
72
# This user must exist.
Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ server:
18
18
verificationToken : " secret_token"
19
19
20
20
# 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 .
22
22
# 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 : " "
25
24
26
25
# HTTP server port. Default: 2345.
27
26
port : 2345
@@ -65,9 +64,9 @@ provision:
65
64
# dataDir (PostgreSQL data directory): /var/lib/dblab/data
66
65
# pgDataSubdir: /pgdata
67
66
# -- 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 "/",
69
68
# it is a relative path. Default: "/".
70
- pgDataSubdir : " /data "
69
+ pgDataSubdir : " /"
71
70
72
71
# Database username that will be used for Postgres management connections.
73
72
# This user must exist.
You can’t perform that action at this time.
0 commit comments