File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
code-examples/protect-page-login/flutter_web_redirect
docs/getting-started/integrate-auth Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change
1
+ ORY_BASE_URL = http://localhost:3000
Original file line number Diff line number Diff line change @@ -76,16 +76,15 @@ import auth from '!!raw-loader!../../../code-examples/protect-page-login/flutter
76
76
## Add environment variables
77
77
78
78
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 ` .
80
80
81
81
``` shell-session
82
82
touch .env
83
83
```
84
84
85
85
``` 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 ';
87
87
88
- const env = envDefault.default;
89
88
90
89
<CodeBlock language="text" title=".env">{env}</CodeBlock>
91
90
```
You can’t perform that action at this time.
0 commit comments