| 1 |
<?php |
| 2 |
define('SPOKI_PLUGIN_NAME', "spoki"); |
| 3 |
define('SPOKI_OPTIONS', '_wp_spoki_setting'); |
| 4 |
define('SPOKI_BASE_API', 'https://app.spoki.it/api/flex/'); |
| 5 |
define('SPOKI_BASE_API_BUTTONS', 'https://app.spoki.it/fw/'); |
| 6 |
//define('SPOKI_BASE_API', 'http://192.168.86.197:8000/api/flex/'); |
| 7 |
//define('SPOKI_BASE_API_BUTTONS', 'http://192.168.86.197:8000/fw/'); |
| 8 |
define('SPOKI_SUGGEST_TEMPLATES_URL', 'https://forms.gle/VEgHbKx9YH9DS4o26'); |