Files

94 lines
6.6 KiB
SQL

DELETE FROM environment_variables WHERE resourceable_id = 39 AND key != 'NIXPACKS_NODE_VERSION';
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'PORT', '3000', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '93f7d974fb3880c2e56c0439', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'ACCESS_PASSWORD', 'puglindo26', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', 'ddb72dd0f944cfd26c87be25', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'OPENROUTER_API_KEY', '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', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', 'e9a5940f96ef354585d9d5cd', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'OPENROUTER_MODEL', 'openai/gpt-4.1-nano', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '952970dc5a70c751aa4fa9ca', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'SESSION_SECRET', 'pedagog-secret-key-321123', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '82db51351a05337471c32639', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'MINIMAX_API_KEY', 'sk-cp-siEwoNh9WA3Prxe6frpJ2HsXPje-gjt5jObhHloqqoO0FX0i9yP54N3zhY492GKu18l9XiANDiCoECU3t0uMtRODvkzzi93A2Rmtco6MjATrKNOEDR_bxa4', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '669e7bd2f2ff11bd87932c54', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'MINIMAX_API_BASE', 'https://api.minimax.io/v1', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '510c37f52ea6d053f3a7cabe', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'GROQ_API_KEY', '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', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '717a9c70823db24809bfabd5', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'GROQ_MODEL', 'openai/gpt-oss-120b', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '2fd18b3070398727dc832fa4', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'GOOGLE_AI_API_KEY', 'AIzaSyACelmI6-Bxc7TZ0sAzzgLd_F8VBexOjcQ', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', 'd8b6b008cc53c2aa2565faf4', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'GOOGLE_AI_MODEL', 'gemini-2.5-flash', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '0b5a0cacb217b11ff7d0b3ea', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'DATABASE_URL', 'postgresql://postgres:Xz0oyb6ArGYG5uAVTVwcvJxRrMuT7EIJ@supabase-db-h0oggskgs0ws0sco8kc4s8ws:5432/postgres', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', '1b67af42721bec98cf163bcd', NOW(), NOW()
) ON CONFLICT DO NOTHING;
INSERT INTO environment_variables (
key, value, resourceable_type, resourceable_id, is_runtime, is_buildtime, is_preview, is_shown_once, is_multiline, is_literal, is_required, is_shared, version, uuid, created_at, updated_at
) VALUES (
'MINIMAX_MODEL', 'MiniMax-M3', 'App\\Models\\Application', 39, true, true, false, false, false, false, false, false, '4.0.0-beta.239', 'e36620572f5a87537eef95a4', NOW(), NOW()
) ON CONFLICT DO NOTHING;