nextpress-core 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,8 +41,8 @@ services:
41
41
  wordpress:
42
42
  condition: service_healthy
43
43
  environment:
44
- - MP_WEBROOT=/mailpit-admin/
45
- - MP_API_CORS=http://localhost:8080
44
+ MP_WEBROOT: /mailpit-admin/
45
+ MP_API_CORS: ${WP_SITE_URL}
46
46
  restart: always
47
47
  ports:
48
48
  - "8025:8025"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextpress-core",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Nextpress Core",
5
5
  "keywords": [],
6
6
  "bin": {