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
Juvia::Application.config.secret_token is supposed to be a secret token; it has to be generated for each instance configured.
Right now probably most people running juvia will use the "secret" published in this repo.
The secret should be set in a config file; in production/development it should not start without a secret, test should probably have its own default secret.
The text was updated successfully, but these errors were encountered:
Juvia::Application.config.secret_token
is supposed to be a secret token; it has to be generated for each instance configured.Right now probably most people running juvia will use the "secret" published in this repo.
The secret should be set in a config file; in production/development it should not start without a secret, test should probably have its own default secret.
The text was updated successfully, but these errors were encountered: