hey, I am new to ktor, now I add a `app.initialize: true` in the application.yaml ```app: initia...
k
hey, I am new to ktor, now I add a
app.initialize: true
in the application.yaml
Copy code
app:
    initialize: true
and I want the application to check this item, how can I do that ?
oh, what the h*ll, I found that I can't read the value from
application.yaml
, why ??
c
k
I read it from a extension function
a