瀏覽代碼

Move dev env into template to split API keys

Kirk Trombley 4 年之前
父節點
當前提交
c95f6ded85
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      client/.env.development.template
  2. 2 0
      client/.gitignore

+ 1 - 0
client/.env.development → client/.env.development.template

@@ -1,3 +1,4 @@
 # REACT_APP_API_BASE=http://localhost:5000
 # above can be uncommented to point to local server/app.py
 REACT_APP_MONITOR_STORE=true
+REACT_APP_GOOGLE_API_KEY=.

+ 2 - 0
client/.gitignore

@@ -21,3 +21,5 @@
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+
+.env.development