Fix: hints (#1693)

This commit is contained in:
Oskar Stark
2024-10-15 02:16:10 +02:00
committed by GitHub
parent 8120a067e4
commit ccef749337
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
storyblok: storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%' base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%' token: '%env(STORYBLOK_API_TOKEN)%'
# version: '%env(STORYBLOK_VERSION)%'
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'
# version: '%env(STORYBLOK_VERSION)%'

View File

@@ -8,7 +8,8 @@
"env": { "env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com", "STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": "", "STORYBLOK_API_TOKEN": "",
"#1": "STORYBLOK_ASSETS_API_TOKEN=", "#1": "STORYBLOK_VERSION=",
"#2": "STORYBLOK_WEBHOOK_SECRET=" "#2": "STORYBLOK_ASSETS_API_TOKEN=",
"#3": "STORYBLOK_WEBHOOK_SECRET="
} }
} }