fix: comment out includes so it works ootb

This commit is contained in:
əlemi 2024-10-30 02:38:14 +01:00
parent 77324017c2
commit bf8a5fde9a
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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
PW_TOKEN = "set-me-as-and-environment-variable!"