Join Slack
Powered by
How do i turn on development mode if I don’t have ...
# ktor
a
Alexander Suraphel
01/18/2022, 12:46 PM
How do i turn on development mode if I don’t have
application.conf
. Can I do it inside the
embeddedServer
call?
a
Aleksei Tirman [JB]
01/18/2022, 1:05 PM
You can do it via VM options and CLI arguments
https://ktor.io/docs/development-mode.html#system-property
too.
🙏 1
a
Alexander Suraphel
01/18/2022, 1:53 PM
Thank you
@Aleksei Tirman [JB]
4
Views
Open in Slack
Previous
Next