Skip to content
Snippets Groups Projects

Checkout oauth

Merged Brian Hatchet requested to merge brianhatchet/engine:checkout-oauth into master
4 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -63,7 +63,7 @@ $CONFIG->site_url = 'http://{{domain}}/';
$CONFIG->cdn_url = 'http://{{domain}}/en/';
$CONFIG->cdn_assets_url = 'http://{{domain}}/en/';
$CONFIG->zmq_server = 'localhost';
$CONFIG->checkout_url = 'http://{{checkout_domain}}';
$CONFIG->checkout_url = 'http://{{checkout_domain}}/';
/**
* Overrides default system cache path from inside data root to custom location.
Loading