Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 3eb0916

Browse files
author
Roger Stringer
authored
update example envs to 127.0.0.1 rather than localhost (#177)
1 parent 804320b commit 3eb0916

30 files changed

+25
-22
lines changed

angular/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
production: false,
7-
directusBaseUrl: 'http://localhost:8055',
7+
directusBaseUrl: 'http://127.0.0.1:8055',
88
};
99

1010
/*

astro/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PUBLIC_DIRECTUS_URL=http://localhost:8055
1+
PUBLIC_DIRECTUS_URL=http://127.0.0.1:8055
22
DIRECTUS_EMAIL=admin@example.com
33
DIRECTUS_PASSWORD=d1r3ctu5
44
DIRECTUS_STATIC_TOKEN=

blitz/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DIRECTUS_URL=http://localhost:8055
1+
DIRECTUS_URL=http://127.0.0.1:8055
22

33
# Although not covered in this example, these can be used for authenticated API calls server-side
44
DIRECTUS_EMAIL=admin@example.com

directus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## General
33

44
PORT=8055
5-
PUBLIC_URL="http://localhost:8055"
5+
PUBLIC_URL="http://127.0.0.1:8055"
66
CORS_ENABLED=true
77
CORS_ORIGIN=true
88

directus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Admin credentials for this Directus instance:
2828
npx directus start
2929
```
3030

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

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

-842 KB
Binary file not shown.
-310 KB
Binary file not shown.
-469 KB
Binary file not shown.
-381 KB
Binary file not shown.
-70.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)