Rocket.toml config not working debug.limits.. only use global limits. #2746
Answered
by
SergioBenitez
CholrangCrow
asked this question in
Questions
-
hello. I want use debug profile. but debug profile is not working. for example. using "ROCKET_PROFILE=debug cargo run" but run rocket project json limit 3MiB. why this happened? I've referred to this page.(https://rocket.rs/guide/v0.5/configuration/#default-provider) Rocket.toml
Run CL
Result
thanks for read.. |
Beta Was this translation helpful? Give feedback.
Answered by
SergioBenitez
Mar 8, 2024
Replies: 1 comment 1 reply
-
Global overrides everything. You probably want |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CholrangCrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Global overrides everything. You probably want
default
.