- Fix create_conn/establish_pg_connection to return Result instead of panicking - Fix AppConfig::from_env to not require database access (circular dependency) - Add #[cfg(test)] to AppState Default impl to prevent accidental panic - Add extensive debug logging for Vault startup troubleshooting - Remove Stdio::null() from start() to allow shell redirections to work - Add direct vault start test in bootstrap for debugging - Make Vault setup failure fatal (was silently continuing)
20 lines
No EOL
562 B
JSON
20 lines
No EOL
562 B
JSON
{
|
|
"base_url": "http://localhost:8080",
|
|
"default_org": {
|
|
"id": "350425878548709390",
|
|
"name": "default",
|
|
"domain": "default.localhost"
|
|
},
|
|
"default_user": {
|
|
"id": "admin",
|
|
"username": "admin",
|
|
"email": "admin@localhost",
|
|
"password": "",
|
|
"first_name": "Admin",
|
|
"last_name": "User"
|
|
},
|
|
"admin_token": "lRXJsd9yeOw9Jm70e_cDPoumcueHnZzNusVisZdXgZN4lNLnmz61UdvdPOYYVb2G2gPuT1o",
|
|
"project_id": "",
|
|
"client_id": "350425879152754702",
|
|
"client_secret": "VKkjSPTwsneXzr7z5bxpruC60BV4k8PZH5aSX0XyCdTZrhaAykdQOdbaxRfTjGs5"
|
|
} |