mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 15:05:02 -05:00
16 lines
309 B
JavaScript
16 lines
309 B
JavaScript
/** resources **/
|
|
|
|
EmbeddedResources = {
|
|
"mail.auth.MailServerAuthenticatorNoThread.truststore.jks.b64" :
|
|
"{##TRUSTSTORE_AUTH##}",
|
|
|
|
"mail.client.Mailer.send-truststore.jks.b64" :
|
|
"{##TRUSTSTORE_SEND##}",
|
|
|
|
"mail.signup.SignUp.recaptcha-public-key" :
|
|
"{##RECAPTCHA_PUBLIC_KEY##}"
|
|
};
|
|
|
|
/** resources **/
|
|
|