|
Hi James,
You are getting the warning because something is calling secrets on a Mojolicious instance (presumably, your app) before you initialize it with the correct value in your startup method. The log message about changing your passphrase is in the default initializer of secrets in Mojolicious.pm. Usually, you get that message if you don't initialize secrets only on the first request to your app (not on server startup). So presumably something in your code is calling it before the line in your startup method. Since the section of the startup method you shared looks rather innocuous, I'd guess it might be something in a module run on "use". Hope this is helpful, Dotan On 28/06/16 18:15, James Bearden wrote:
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout. |
- [Mojolicious] Secrets Question James Bearden
- [Mojolicious] Secrets Question Pavel K
- [Mojolicious] Re: Secrets Question James Bearden
- Re: [Mojolicious] Re: Secrets Questio... Павел Павлов
- Re: [Mojolicious] Re: Secrets Que... James Bearden
- Re: [Mojolicious] Re: Secret... Jan Henning Thorsen
- Re: [Mojolicious] Re: Se... James Bearden
- Re: [Mojolicious] Re... Stefan Adams
- Re: [Mojolicious] Re... James Bearden
- {Disarmed} Re: [Mojo... Dotan Dimet
- Re: {Disarmed} Re: [... Pavel K
