atrade/src/main/kotlin/Defines.kt

7 lines
171 B
Kotlin
Raw Normal View History

2026-03-27 17:54:21 +09:00
object Defines {
val DETAILLOG = false
2026-03-27 18:03:06 +09:00
var LLM_PORT = 8080
var EMBEDDING_PORT = 8081
2026-03-30 13:41:26 +09:00
val AUTOSELL = true
2026-04-06 09:13:05 +09:00
val BLACKLISTEDSTOCKCODES = listOf<String>()
2026-03-27 17:54:21 +09:00
}