Skip to content
Snippets Groups Projects

WP React

Merged Lucas García requested to merge feat/wp-react into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"
Loading