From 68200aedc4dbd63e0dc5e08d766567f5ca48e6cd Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Thu, 18 Jun 2020 10:21:28 +0200 Subject: [PATCH] wip --- config/expose.php | 2 +- docs/api/settings.md | 2 +- docs/client/configuration.md | 2 +- docs/getting-started/sharing-your-first-site.md | 4 ++-- docs/server/starting-the-server.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/expose.php b/config/expose.php index c8dc76a..4b04ec1 100644 --- a/config/expose.php +++ b/config/expose.php @@ -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. | diff --git a/docs/api/settings.md b/docs/api/settings.md index 12dac5e..5601051 100644 --- a/docs/api/settings.md +++ b/docs/api/settings.md @@ -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, diff --git a/docs/client/configuration.md b/docs/client/configuration.md index 19a06b9..2d4caef 100644 --- a/docs/client/configuration.md +++ b/docs/client/configuration.md @@ -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. | diff --git a/docs/getting-started/sharing-your-first-site.md b/docs/getting-started/sharing-your-first-site.md index 9c24eb5..32e6764 100644 --- a/docs/getting-started/sharing-your-first-site.md +++ b/docs/getting-started/sharing-your-first-site.md @@ -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. diff --git a/docs/server/starting-the-server.md b/docs/server/starting-the-server.md index 1218da2..3e74c51 100644 --- a/docs/server/starting-the-server.md +++ b/docs/server/starting-the-server.md @@ -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. |