Skip to content

Commit 02be206

Browse files
committed
change default production and staging snippets-storage
1 parent 77d88bb commit 02be206

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/production.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include "oauth2-prod.conf"
44
org.scastie {
55
production = true
66
balancer {
7-
snippets-storage = mongo
7+
snippets-storage = postgres
88
// server 1536M
99

1010
# 12GB RAM

deployment/staging.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include "oauth2-staging.conf"
44
org.scastie {
55
production = true
66
balancer {
7-
snippets-storage = mongo
7+
snippets-storage = postgres
88
// server 1536M
99

1010
# 12GB RAM

0 commit comments

Comments
 (0)