You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SpringBootApplication
open class Application : Kotless() {
init {
System.setProperty("spring.datasource.password", System.getenv()["MYSQL_PASS"])
}
override val bootKlass: KClass<*> = this::class
}
small note that secrets should not be under the "gradle" file as you probably want to push the file to your git.
instead you can & should use some secret manager like aws have to offer.
it seems like the application.yaml under resources is ignored when deploying (it does work when running local).
The text was updated successfully, but these errors were encountered: