...
Code Block | ||||
---|---|---|---|---|
| ||||
sudo python3 app.py curl http://localhost:50005010/products |
If you get "error-1698-28000-access-denied-for-user-rootlocalhost" check this
https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost
...
Code Block | ||||
---|---|---|---|---|
| ||||
vim /var/www/html/static/js/app.187d63f8300bfc4299b5.js search for "baseURL" and configure the IP e.g. baseURL:"http://172.30.0.130:50005010" |
Open app.py and set the template_id / service_id UUID, and user
...