I've got ```val rabbitmqHost = System.getenv("RABB...
# getting-started
r
I've got
Copy code
val rabbitmqHost = System.getenv("RABBITMQ_HOST")
toplevel in a file, but it's
null
, even though docker-compose sets it, also works for other env variables for postgres (which are invoked inside a function), is there something weird on startup?
not kotlin but kotlin colored 5