This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
envファイルの修正
develop
sosuke.iwabuchi
2 years ago
parent
c839a7e368
commit
a13c05209b
2 changed files
with
20 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
.env
+20
-0
.env.example
+ 0
- 7
.env
View File
@@ -1,7 +0,0 @@
GENERATE_SOURCEMAP=true
PORT=8080
# HOST
# ローカル
REACT_APP_HOST_API_KEY=http://localhost
+ 20
- 0
.env.example
View File
@@ -0,0 +1,20 @@
# .env.development.localと.env.production.localを用意すること
# REACT_APP_ENV=local
# REACT_APP_ENV=staging
# REACT_APP_ENV=production
GENERATE_SOURCEMAP=true
PORT=8080
# HOST
# ローカル----------
# REACT_APP_HOST_API_KEY=http://localhost
# ステージング-------------
REACT_APP_HOST_API_KEY=
Write
Preview
Loading…
Cancel
Save