Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jun 18, 2020
1 parent 8628a7e commit 68200ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/expose.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|--------------------------------------------------------------------------
|
| The expose server to connect to. By default, expose is using the free
| expose.dev server, offered by Beyond Code. You will need a free
| sharedwithexpose.com server, offered by Beyond Code. You will need a free
| Beyond Code account in order to authenticate with the server.
| Feel free to host your own server and change this value.
|
Expand Down
2 changes: 1 addition & 1 deletion docs/api/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The result looks like this:
```json
{
"configuration":{
"hostname": "expose.dev",
"hostname": "sharedwithexpose.com",
"port": 8080,
"database": "/home/forge/expose/database/expose.db",
"validate_auth_tokens": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/client/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ return [
|--------------------------------------------------------------------------
|
| The expose server to connect to. By default, expose is using the free
| expose.dev server, offered by Beyond Code. You will need a free
| sharedwithexpose.com server, offered by Beyond Code. You will need a free
| Beyond Code account in order to authenticate with the server.
| Feel free to host your own server and change this value.
|
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/sharing-your-first-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ cd ~/Sites/my-awesome-project/
expose
```

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

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

## Using the provided server at expose.dev
## Using the provided server at sharedwithexpose.com

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/server/starting-the-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ return [
|--------------------------------------------------------------------------
|
| The expose server to connect to. By default, expose is using the free
| expose.dev server, offered by Beyond Code. You will need a free
| sharedwithexpose.com server, offered by Beyond Code. You will need a free
| Beyond Code account in order to authenticate with the server.
| Feel free to host your own server and change this value.
|
Expand Down

0 comments on commit 68200ae

Please sign in to comment.