ソースを参照

exclude env file

blog-new
Pavle Golubovic 3年前
コミット
8f6a54ca67
2個のファイルの変更7行の追加6行の削除
  1. 6
    5
      frontend/.env
  2. 1
    1
      frontend/.gitignore

+ 6
- 5
frontend/.env ファイルの表示

@@ -5,10 +5,11 @@ REACT_APP_SERVICE_ID = service_petbzsz
REACT_APP_JOB_TEMPLATE_ID = template_bfuv1sb
REACT_APP_CLIENT_TEMPLATE_ID = template_bd6fjli
REACT_APP_USER_ID = 27spvSZ2Lsf2j8RKw
#
# REACT_APP_API_URL = "https://websitediligentapi.azurewebsites.net"
REACT_APP_API_URL = "http://localhost:1337"
#

REACT_APP_API_URL = "https://website-api-dev.dilig.net"
//http://localhost:1337
MAILCHIMP_FORM_URL = http://eepurl.com/iaRrv1
GOOGLE_TRACKING_ID = "G-PTZC3WLTZ1"
REACT_APP_MEASUREMENT_ID = G-PD7YZVDG30
REACT_APP_SITE_KEY = 6LdCnHgjAAAAAAV4z_GBHwLYdKhxE9Y3oBzO6cxK
REACT_APP_CAPTCHA_API = https://api-captcha.dilig.net
REACT_APP_MAILGUN_API_KEY = fafafe4f47e11436bd3d46796055222e-835621cf-4db83844

+ 1
- 1
frontend/.gitignore ファイルの表示

@@ -1,5 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.env
# dependencies
/node_modules
/.pnp

読み込み中…
キャンセル
保存