Browse Source

staffクレジットの実装時に環境変数を使えるように追記

kntowd 5 years ago
parent
commit
d98a078cc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/env.dev.js

+ 1 - 0
config/env.dev.js

@@ -22,4 +22,5 @@ module.exports = {
   // DEV_HTTPS: true,
   // FORCE_WIKI_MODE: 'private', // 'public', 'private', undefined
   // PROMSTER_ENABLED: true,
+  // GROWI_CLOUD_URL: 'https://growi.cloud',
 };