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
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm trying to deploy YACS and I don't have a reference for what environment variables the .env file should contain. I've tried grepping for uses of ENV in the Ruby code, but I'm not sure if that's all of the variables.
Describe the solution you'd like
Include a .env.sample that has dummy values. Or an .env.development that includes development values.
Describe alternatives you've considered
Or just put in the documentation what environment variables are necessary to run in prod.
Additional context
Nope. Thanks for all your work! YACS seems pretty awesome!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I'm trying to deploy YACS and I don't have a reference for what environment variables the .env file should contain. I've tried grepping for uses of
ENV
in the Ruby code, but I'm not sure if that's all of the variables.Describe the solution you'd like
Include a
.env.sample
that has dummy values. Or an.env.development
that includes development values.Describe alternatives you've considered
Or just put in the documentation what environment variables are necessary to run in prod.
Additional context
Nope. Thanks for all your work! YACS seems pretty awesome!
The text was updated successfully, but these errors were encountered: