Wie mache ich geheime Schlüssel in Gatsby-Config von Netlify verfügbar?
{
resolve: 'gatsby-source-mautic',
options: {
baseUrl: process.env.MY_MAUTIC_BASE_URL,
auth: 'basic', [optional]
publicKey: [your username],
secretKey: process.env.MY_SECRET_KEY
}
}
Fair Fly