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
7676## Add environment variables
7777
7878Create 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
8282touch .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```
You can’t perform that action at this time.
0 commit comments