Skip to content

Commit

Permalink
follow the variables declared in TS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Feb 26, 2024
1 parent d1857e3 commit 5c3e93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inngest-core/src/main/kotlin/com/inngest/InngestEnv.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ enum class InngestSystem(val value: String) {
ApiBaseUrl("INNGEST_API_BASE_URL"),
LogLevel("INNGEST_LOG_LEVEL"),
ApiOrigin("INNGEST_API_ORIGIN"),
EventApiOrigin("INNGEST_EVENT_API_ORIGIN"),
ServeHost("INNGEST_SERVE_HOST"),
ServePath("INNGEST_SERVE_PATH"),
Streaming("INNGEST_STREAMING"),
Dev("INNGEST_DEV"),
}

enum class InngestEnv(var value: String) {
Expand Down

0 comments on commit 5c3e93e

Please sign in to comment.