Skip to content

Commit 2e4aaa3

Browse files
chore: bump version to v0.24.0-rc.1
Switch default database from migrate to postgres.
1 parent a1e4e55 commit 2e4aaa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is in order to avoid conflict with upstream code when updating to a newer version
33

44
# ShellHub version.
5-
SHELLHUB_VERSION=v0.23.0
5+
SHELLHUB_VERSION=v0.24.0-rc.1
66

77
# The default log level for ShellHub.
88
# VALUES: https://pkg.go.dev/github.com/sirupsen/logrus#Level
@@ -34,7 +34,7 @@ SHELLHUB_PROXY=false
3434
# Enable automatic HTTPS with Let's Encrypt.
3535
SHELLHUB_AUTO_SSL=false
3636

37-
SHELLHUB_DATABASE=migrate
37+
SHELLHUB_DATABASE=postgres
3838

3939
SHELLHUB_POSTGRES_HOST=postgres
4040
SHELLHUB_POSTGRES_PORT=5432

0 commit comments

Comments
 (0)