Skip to content
Snippets Groups Projects
Commit afdc0c6c authored by Lucas García's avatar Lucas García
Browse files

feat: update REACT_APP_API_URL env var

parent 75f45a1c
No related branches found
No related tags found
1 merge request!20WP React
Pipeline #96888 passed
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -77,4 +77,4 @@ REACT_APP_GOOGLE_ANALYTICS_ID={{ google_analytics_id | default('')}}
REACT_APP_FACEBOOK_EVENTS_ID={{ facebook_events_id | default('')}}
REACT_APP_MICROSOFT_ADS_ID={{ microsoft_ads_id | default('')}}
REACT_APP_ENV={{ (ansible_limit == 'dev') | ternary('development', ansible_limit) }}
REACT_APP_API_URL="{{ default_domain }}"
\ No newline at end of file
REACT_APP_API_URL="{{ frontend_base_url }}/api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment