diff --git a/src/pages/AdminSettings.tsx b/src/pages/AdminSettings.tsx index 415268b..e0aaf67 100644 --- a/src/pages/AdminSettings.tsx +++ b/src/pages/AdminSettings.tsx @@ -32,6 +32,10 @@ const FIELD_LABELS: Record = { base_url: 'Base URL', client_secret: 'Client Secret', tenant_id: 'Tenant ID', client_id: 'Client ID', host: 'Host', port: 'Port', database: 'Database', graphql_endpoint: 'GraphQL Endpoint', bearer_token: 'Bearer Token', + sql_host: 'SQL Host', sql_port: 'SQL Port', sql_database: 'SQL Database', + sql_username: 'SQL Username', sql_password: 'SQL Password', + graphql_username: 'GraphQL Username', graphql_password: 'GraphQL Password', + graphql_client_id: 'GraphQL Client ID', email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password', location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address', backup_path: 'Backup Directory',