Skip to content

Commit 88a8079

Browse files
pi1814vinckr
authored andcommitted
doc change for flutter quickstart
1 parent 8792105 commit 88a8079

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ORY_BASE_URL=http://localhost:3000

docs/getting-started/integrate-auth/20_flutter-web-redirect.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,15 @@ import auth from '!!raw-loader!../../../code-examples/protect-page-login/flutter
7676
## Add environment variables
7777

7878
Create a `.env` file in the root of the project to hold the `ORY_BASE_URL` variable. The value of the variable is the Ory Tunnel
79-
URL, for example `http://localhost:3005`.
79+
URL, for example `http://localhost:3000`.
8080

8181
```shell-session
8282
touch .env
8383
```
8484

8585
```mdx-code-block
86-
import envDefault from '!!raw-loader!../../../code-examples/protect-page-login/flutter_web_redirect/.env';
86+
import env from '!!raw-loader!../../../code-examples/protect-page-login/flutter_web_redirect/.env.example';
8787
88-
const env = envDefault.default;
8988
9089
<CodeBlock language="text" title=".env">{env}</CodeBlock>
9190
```

0 commit comments

Comments
 (0)