mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
Update react to use .env
This commit is contained in:
parent
feb2ac37da
commit
86549d3335
4 changed files with 16 additions and 9 deletions
2
web/.env.development
Normal file
2
web/.env.development
Normal file
|
@ -0,0 +1,2 @@
|
|||
REACT_APP_API_URL=http://127.0.0.1:42069
|
||||
REACT_APP_REGISTRATION_DISABLED=false
|
2
web/.env.production
Normal file
2
web/.env.production
Normal file
|
@ -0,0 +1,2 @@
|
|||
REACT_APP_API_URL=https://goscrobble.com
|
||||
REACT_APP_REGISTRATION_DISABLED=true
|
Loading…
Add table
Add a link
Reference in a new issue