Skip to content

Commit 68200ae

Browse files
committed
wip
1 parent 8628a7e commit 68200ae

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

config/expose.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| The expose server to connect to. By default, expose is using the free
11-
| expose.dev server, offered by Beyond Code. You will need a free
11+
| sharedwithexpose.com server, offered by Beyond Code. You will need a free
1212
| Beyond Code account in order to authenticate with the server.
1313
| Feel free to host your own server and change this value.
1414
|

docs/api/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The result looks like this:
1616
```json
1717
{
1818
"configuration":{
19-
"hostname": "expose.dev",
19+
"hostname": "sharedwithexpose.com",
2020
"port": 8080,
2121
"database": "/home/forge/expose/database/expose.db",
2222
"validate_auth_tokens": false,

docs/client/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ return [
2828
|--------------------------------------------------------------------------
2929
|
3030
| The expose server to connect to. By default, expose is using the free
31-
| expose.dev server, offered by Beyond Code. You will need a free
31+
| sharedwithexpose.com server, offered by Beyond Code. You will need a free
3232
| Beyond Code account in order to authenticate with the server.
3333
| Feel free to host your own server and change this value.
3434
|

docs/getting-started/sharing-your-first-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ cd ~/Sites/my-awesome-project/
1515
expose
1616
```
1717

18-
This will connect to the provided server at expose.dev and give you a tunnel that you can immediately start using.
18+
This will connect to the provided server at sharedwithexpose.com and give you a tunnel that you can immediately start using.
1919

2020
To learn more about how you can share your local sites, check out the [sharing local sites](/docs/expose/client/sharing) documentation.
2121

22-
## Using the provided server at expose.dev
22+
## Using the provided server at sharedwithexpose.com
2323

2424
A big advantage of Expose over other alternatives such as ngrok, is the ability to host your own server. To make sharing your sites as easy as possible, we provide and host a custom expose server on our own - so getting started with expose is a breeze.
2525

docs/server/starting-the-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ return [
9898
|--------------------------------------------------------------------------
9999
|
100100
| The expose server to connect to. By default, expose is using the free
101-
| expose.dev server, offered by Beyond Code. You will need a free
101+
| sharedwithexpose.com server, offered by Beyond Code. You will need a free
102102
| Beyond Code account in order to authenticate with the server.
103103
| Feel free to host your own server and change this value.
104104
|

0 commit comments

Comments
 (0)