fix: comment out includes so it works ootb
This commit is contained in:
parent
77324017c2
commit
bf8a5fde9a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
include = ["other.toml", "api/auth.toml"] # include other postwoman collections relative to this one
|
#include = ["other.toml", "api/auth.toml"] # include other postwoman collections relative to this one
|
||||||
|
|
||||||
[env] # these will be replaced in fields and inherited by includes. environment vars overrule these
|
[env] # these will be replaced in fields and inherited by includes. environment vars overrule these
|
||||||
PW_TOKEN = "set-me-as-and-environment-variable!"
|
PW_TOKEN = "set-me-as-and-environment-variable!"
|
||||||
|
|
Loading…
Reference in a new issue