Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix: add import
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed May 8, 2020
1 parent 9d1ba1f commit 567a9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = withPlugins(
{
publicRuntimeConfig: {
backUrl: process.env.BACK_URL || 'https://api.checkmoney.space',
statsUrl: process.env.BACK_URL || 'https://stats.checkmoney.space',
statsUrl: process.env.STATS_BACK_URL || 'https://stats.checkmoney.space',
googleClientId:
process.env.GOOGLE_CLIENT_ID ||
'619616345812-bi543g7ojta4uqq4kk1ccp428pik8hp8.apps.googleusercontent.com',
Expand Down

0 comments on commit 567a9ae

Please sign in to comment.