- Disable TLS on Vault for local development (HTTP instead of HTTPS) - Fix bot_configuration id column type mismatch (TEXT -> UUID) - Add migration 6.1.1 to convert config table id columns to UUID - Fix sync_config_csv_to_db to use UUID binding for id column - Make start_all async with proper Vault startup sequence - Sync default.gbai config.csv to existing 'Default Bot' from migrations - Add diagnostic logging for config loading - Change default LLM/embedding URLs from https to http for local dev
20 lines
No EOL
562 B
JSON
20 lines
No EOL
562 B
JSON
{
|
|
"base_url": "http://localhost:8080",
|
|
"default_org": {
|
|
"id": "350084341642035214",
|
|
"name": "default",
|
|
"domain": "default.localhost"
|
|
},
|
|
"default_user": {
|
|
"id": "admin",
|
|
"username": "admin",
|
|
"email": "admin@localhost",
|
|
"password": "",
|
|
"first_name": "Admin",
|
|
"last_name": "User"
|
|
},
|
|
"admin_token": "6ToEETpAOVIPWXcuF9IclFdb4uGR0pDZvsA02rTVTUkhthzbH3MYjkJQB7OnNMHAQIFlreU",
|
|
"project_id": "",
|
|
"client_id": "350084343638589454",
|
|
"client_secret": "7rAHHUIiv04O3itDpnHbetUpH3JzG4TLP6zuL07x6TaPiUzTq1Ut3II1le8plTeG"
|
|
} |