mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
"$env": "X" mechanism now works with nested lists, closes #837
This commit is contained in:
parent
f39f111331
commit
fba8ff6e76
6 changed files with 48 additions and 12 deletions
|
|
@ -408,6 +408,7 @@ METADATA = {
|
|||
"plugins": {
|
||||
"name-of-plugin": {"depth": "root"},
|
||||
"env-plugin": {"foo": {"$env": "FOO_ENV"}},
|
||||
"env-plugin-list": [{"in_a_list": {"$env": "FOO_ENV"}}],
|
||||
"file-plugin": {"foo": {"$file": TEMP_PLUGIN_SECRET_FILE}},
|
||||
},
|
||||
"databases": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue