Skip to content

Commit 0e17720

Browse files
committed
Revert "Dummy configurations for Scrivito"
This reverts commit b882f0d706d48107c2673a5c324980c79aba522e.
1 parent bfb9c8c commit 0e17720

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/initializers/scrivito.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
# If not explicitly set, the tenant and the API key are obtained from the environment variables
66
# SCRIVITO_TENANT and SCRIVITO_API_KEY.
77
#
8-
config.tenant = ENV.fetch('SCRIVITO_TENANT', 'dummy-tenant')
9-
config.api_key = ENV.fetch('SCRIVITO_API_KEY', 'dummy-api-key')
8+
# config.tenant = 'my-tenant-123'
9+
# config.api_key = 'secret'
10+
#
1011

1112
# Disable the default routes to allow route configuration
1213
config.inject_preset_routes = false

0 commit comments

Comments
 (0)