RebelTechnology / OwlServer

Web-based Client/Server application for the Open Ware Laboratory
GNU General Public License v2.0
2 stars 2 forks source link

Fixes bug caused by wrong WP XML-RPC endpoint #216

Closed sam-artuso closed 7 years ago

sam-artuso commented 7 years ago

Addressing a bug that made believe the API that the URL of the website was https://https://hoxtonowl.com

Action required The environment variable WORDPRESS_HOSTNAME has been renamed to WORDPRESS_BASE_URL. You should update the file web/api/.env to reflect this.

Before:

# WordPress hostname
WORDPRESS_BASE_URL="https://hoxtonowl.com"

After

# Website base URL
WORDPRESS_HOSTNAME="https://hoxtonowl.com"
pingdynasty commented 7 years ago

Will you do the .env changes on staging and live too?

sam-artuso commented 7 years ago

yes