mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
054351139f
* Update openid example * Trim unnecessary deps * Update serve instructions * Remove unnecessary version in patch directive * Remove outdated workspace instructions * use storage signals instead of global signals with manual synchronization --------- Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
5 lines
150 B
TOML
5 lines
150 B
TOML
[env]
|
|
DIOXUS_FRONT_ISSUER_URL = "TODO"
|
|
DIOXUS_FRONT_CLIENT_ID = "TODO"
|
|
DIOXUS_FRONT_CLIENT_SECRET = "TODO"
|
|
DIOXUS_FRONT_URL = "http://localhost:8080"
|