mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Fix: hints (#1693)
This commit is contained in:
@@ -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)%'
|
|
||||||
|
|||||||
@@ -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="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user