create-directus-docker 1.6.2 → 1.6.3
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/templates/default/README.md +2 -2
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ The wizard will walk you through configuring your environment variables, and wil
|
|
|
29
29
|
|
|
30
30
|
Directus CMS: http://localhost:8055
|
|
31
31
|
Adminer (for MySQL): http://localhost:8080
|
|
32
|
-
Apollo GraphQL Sandbox: https://studio.apollographql.com/sandbox/explorer?endpoint=http://localhost:8055
|
|
32
|
+
Apollo GraphQL Sandbox: https://studio.apollographql.com/sandbox/explorer?endpoint=http://localhost:8055/graphql
|
|
33
33
|
|
|
34
34
|
## Seeding MySQL data
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -82,7 +82,7 @@ Then wait 10-20 seconds (for MySQL to boot), then type:
|
|
|
82
82
|
**Boom!** You're done. Now you can access the URLS from here:
|
|
83
83
|
|
|
84
84
|
Directus CMS: http://localhost:8055
|
|
85
|
-
Apollo GraphQL Sandbox: https://studio.apollographql.com/sandbox/explorer?endpoint=http://localhost:8055
|
|
85
|
+
Apollo GraphQL Sandbox: https://studio.apollographql.com/sandbox/explorer?endpoint=http://localhost:8055/graphql
|
|
86
86
|
Adminer (for MySQL): http://localhost:8080
|
|
87
87
|
|
|
88
88
|
**Check on running containers:**
|
|
@@ -93,4 +93,4 @@ Simply run `docker compose ps` to see the status of running containers. Or, run
|
|
|
93
93
|
|
|
94
94
|
curl -X POST localhost:8055/auth/login -H 'Content-Type: application/json' -d '{"email":"you@email.com","password":"your-password"}'
|
|
95
95
|
|
|
96
|
-
curl -X POST localhost:8055/auth/refresh -H 'Content-Type: application/json' -d '{"refresh_token": "W5L70MBXKElx5ZVZwxmQVG8qdVjukiRVIwD5FYG7tCPyyuCM_I3IyCsYnFhMUrRi", "mode": "json"}'
|
|
96
|
+
curl -X POST localhost:8055/auth/refresh -H 'Content-Type: application/json' -d '{"refresh_token": "W5L70MBXKElx5ZVZwxmQVG8qdVjukiRVIwD5FYG7tCPyyuCM_I3IyCsYnFhMUrRi", "mode": "json"}'
|