We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e4e55 commit 2e4aaa3Copy full SHA for 2e4aaa3
1 file changed
.env
@@ -2,7 +2,7 @@
2
# This is in order to avoid conflict with upstream code when updating to a newer version
3
4
# ShellHub version.
5
-SHELLHUB_VERSION=v0.23.0
+SHELLHUB_VERSION=v0.24.0-rc.1
6
7
# The default log level for ShellHub.
8
# VALUES: https://pkg.go.dev/github.com/sirupsen/logrus#Level
@@ -34,7 +34,7 @@ SHELLHUB_PROXY=false
34
# Enable automatic HTTPS with Let's Encrypt.
35
SHELLHUB_AUTO_SSL=false
36
37
-SHELLHUB_DATABASE=migrate
+SHELLHUB_DATABASE=postgres
38
39
SHELLHUB_POSTGRES_HOST=postgres
40
SHELLHUB_POSTGRES_PORT=5432
0 commit comments