examples: updated proxy settings in login_with_token_csr_only (#771)

When testing this example on Windows OS the initial value of `0.0.0.0:3000` for the IP did not work.
This commit is contained in:
Kaszanas 2023-03-31 20:44:06 +02:00 committed by GitHub
parent 1ff56f7bfd
commit 9ed3390b81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
[[proxy]]
rewrite = "/api/"
backend = "http://0.0.0.0:3000/"
backend = "http://127.0.0.1:3000/"