|
@@ -15,6 +15,12 @@ module.exports = {
|
|
|
/* A passphrase to encrypt JWT. Use a long and secure key. */
|
|
/* A passphrase to encrypt JWT. Use a long and secure key. */
|
|
|
JWT_SECRET: 'securekey',
|
|
JWT_SECRET: 'securekey',
|
|
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
|
+ Admin emails so they can access admin actions on settings page
|
|
|
|
|
+ Array of strings
|
|
|
|
|
+ */
|
|
|
|
|
+ ADMIN_EMAILS: [],
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
Invisible reCaptcha secret key
|
|
Invisible reCaptcha secret key
|
|
|
Create one in https://www.google.com/recaptcha/intro/
|
|
Create one in https://www.google.com/recaptcha/intro/
|