coorasse / passkit

Wallet Pass generation for Ruby On Rails
MIT License
89 stars 27 forks source link

Please set PASSKIT_WEB_SERVICE_HOST even though it is set. #37

Closed randohinn closed 1 month ago

randohinn commented 1 month ago

I have set all the variables in my .env file. Despite that, on app boot, I get C:/Ruby-on-Windows/3.3.0-1/lib/ruby/gems/3.3.0/gems/passkit-0.7.0/lib/passkit.rb:44:in `initialize': Please set PASSKIT_WEB_SERVICE_HOST (RuntimeError) error... Leads me to think there is something wrong with parsing the env variables?

randohinn commented 1 month ago

Was missing dotenv-rails