Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion angular/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
production: false,
directusBaseUrl: 'http://localhost:8055',
directusBaseUrl: 'http://127.0.0.1:8055',
};

/*
Expand Down
2 changes: 1 addition & 1 deletion astro/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PUBLIC_DIRECTUS_URL=http://localhost:8055
PUBLIC_DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion blitz/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIRECTUS_URL=http://localhost:8055
DIRECTUS_URL=http://127.0.0.1:8055

# Although not covered in this example, these can be used for authenticated API calls server-side
DIRECTUS_EMAIL=admin@example.com
Expand Down
2 changes: 1 addition & 1 deletion directus/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## General

PORT=8055
PUBLIC_URL="http://localhost:8055"
PUBLIC_URL="http://127.0.0.1:8055"
CORS_ENABLED=true
CORS_ORIGIN=true

Expand Down
2 changes: 1 addition & 1 deletion directus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Admin credentials for this Directus instance:
npx directus start
```

Your Directus example is now running at <http://localhost:8055>.
Your Directus example is now running at <http://127.0.0.1:8055>.

4. You can login with the admin credentials shown above to explore this Directus example project.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion eleventy/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIRECTUS_URL=http://localhost:8055
DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion fresh/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DENO_ENV=development
BASE_URL=http://localhost:8000
DIRECTUS_URL=http://localhost:8055
DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion gatsby/.example.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GATSBY_DIRECTUS_URL=http://localhost:8055
GATSBY_DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
11 changes: 7 additions & 4 deletions gatsby/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@directus/gatsby-source-directus": "9.14.8",
"@directus/gatsby-source-directus": "9.15.0",
"gatsby": "5.2.0",
"gatsby-plugin-react-helmet": "6.2.0",
"modern-normalize": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion iles/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_DIRECTUS_URL=http://localhost:8055
VITE_DIRECTUS_URL=http://127.0.0.1:8055
VITE_DIRECTUS_EMAIL=admin@example.com
VITE_DIRECTUS_PASSWORD=d1r3ctu5
VITE_DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion nextjs/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIRECTUS_URL=http://localhost:8055
DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion nuxtjs/.example.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIRECTUS_URL=http://localhost:8055
DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion react/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_DIRECTUS_URL=http://localhost:8055
REACT_APP_DIRECTUS_URL=http://127.0.0.1:8055
2 changes: 1 addition & 1 deletion remix/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIRECTUS_URL=http://localhost:8055
DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion shared/generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ To test the newly generated sqlite database locally, you can run the following c
npm run local
```

The local demo will run at `http://localhost:8055`. Refer to the `ADMIN_EMAIL` and `ADMIN_PASSWORD` variables in `config.json` for the admin credentials.
The local demo will run at `http://127.0.0.1:8055`. Refer to the `ADMIN_EMAIL` and `ADMIN_PASSWORD` variables in `config.json` for the admin credentials.
2 changes: 1 addition & 1 deletion svelte/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DIRECTUS_URL=http://localhost:8055
VITE_DIRECTUS_URL=http://127.0.0.1:8055
2 changes: 1 addition & 1 deletion sveltekit/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_DIRECTUS_URL=http://localhost:8055
VITE_DIRECTUS_URL=http://127.0.0.1:8055
DIRECTUS_EMAIL=admin@example.com
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
2 changes: 1 addition & 1 deletion vue/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DIRECTUS_URL=http://localhost:8055
VITE_DIRECTUS_URL=http://127.0.0.1:8055