Created
January 5, 2021 12:14
-
-
Save ashmore11/876e25a05d607cbb3ad1fe6a030f763e to your computer and use it in GitHub Desktop.
Next Strapi Cloud Run (next.js config)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
env: { | |
CMS_GRAPHQL_URL: process.env.CMS_GRAPHQL_URL, | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment