-- Real Notiz backup generated at 2026-08-07 12:27:13
SET FOREIGN_KEY_CHECKS=0;

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`, `phone`) VALUES ('1', 'Super Admin', 'admin@notifyhub.local', NULL, '$2y$04$tbvzwPnp0wJ2kWyPyomQK.jgKKP5m2I2ePuryIj2wmzp1KRLT1Y2W', NULL, '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL, NULL, NULL, NULL, NULL, '0', 'superadmin', '1', '1', NULL, NULL);
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`, `phone`) VALUES ('2', 'Company Admin', 'company.admin@notifyhub.local', NULL, '$2y$04$LBhjkvv7s.wWahl4GPgBb.e9c4ua8.zhOGoeh4.ejjFu3GVmuZXKq', NULL, '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL, '1', NULL, NULL, NULL, '0', 'companyadmin', '0', '1', '1', NULL);
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`, `phone`) VALUES ('3', 'Manager User', 'manager@notifyhub.local', NULL, '$2y$04$fVuU6lzC4Ici.H27tEjwf.ow5x7Z92qAe6mwj01OR7Nhk5WTfsq92', NULL, '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL, '2', NULL, NULL, NULL, '0', 'manager', '0', '1', '1', NULL);
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`, `phone`) VALUES ('4', 'Viewer User', 'viewer@notifyhub.local', NULL, '$2y$04$lK1HI/vgBmzBO7MB6dbutOqSrd7h4vIR.jMndKwFtyXyoGRQybe2q', NULL, '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL, '3', NULL, NULL, NULL, '0', 'viewer', '0', '1', '1', NULL);

INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('1', 'credited', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('2', 'debited', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('3', 'payment', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('4', 'otp', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('5', 'momo', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('6', 'received', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('7', 'bank', 'active', '2026-08-07 12:27:11', '2026-08-07 12:27:11', '1');

INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('1', 'app_name', 'Real Notiz', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('2', 'logo_path', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('3', 'favicon_path', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('4', 'default_theme', 'dark', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('5', 'maintenance_mode', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('6', 'maintenance_message', 'Real Notiz is undergoing scheduled maintenance. Please check back soon.', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('7', 'notify_otp_alerts', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('8', 'notify_large_payment_alerts', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('9', 'notify_sync_failure_alerts', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('10', 'notify_email_enabled', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('11', 'notify_email_recipients', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('12', 'notify_telegram_enabled', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('13', 'telegram_bot_token', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('14', 'telegram_chat_id', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('15', 'notify_sms_alerts', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('16', 'sms_gateway_enabled', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('17', 'sms_provider', 'none', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('18', 'sms_arkesel_api_key', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('19', 'sms_arkesel_sender_id', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('20', 'sms_default_recipients', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('21', 'mail_gateway_enabled', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('22', 'mail_mailer', 'smtp', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('23', 'mail_host', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('24', 'mail_port', '587', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('25', 'mail_username', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('26', 'mail_password', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('27', 'mail_encryption', 'tls', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('28', 'mail_from_address', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('29', 'mail_from_name', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('30', 'require_device_hmac', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('31', 'webhook_enabled', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('32', 'webhook_url', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('33', 'webhook_secret', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('34', 'webhook_events', '[\"message.received\",\"alert.created\"]', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('35', 'large_payment_threshold', '1000', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('36', 'notify_sound_enabled', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('37', 'notify_sound_announce_device', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('38', 'message_poll_enabled', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('39', 'message_poll_interval_minutes', '5', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('40', 'allow_device_code_reuse', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('41', 'two_factor_policy', 'disabled', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('42', 'two_factor_require_admins', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('43', 'privacy_policy', 'Privacy Policy — Real Notiz

Effective date: 6 August 2026
Last updated: 6 August 2026

This Privacy Policy explains how Real Notiz (“we”, “us”, “our”) collects, uses, stores, and protects personal data when you visit our website, register a company, sign in to the platform, or use our multi-tenant SMS monitoring services.

1. Who we are
Real Notiz provides a secure SaaS platform that allows authorised companies to monitor inbound SMS activity from registered devices, manage alerts, and operate isolated company workspaces. For privacy questions relating to this deployment, contact your Super Admin or the support channel published for your organisation.

2. Personal data we collect
Depending on how you use the service, we may process:
• Identity and contact data — name, email address, username, and optional phone number
• Company registration data — company name, admin account details, activation and payment status
• Authentication and security data — login activity, IP address, session identifiers, two-factor verification codes, and lockout records
• Service usage data — device registration details, message metadata required to operate monitoring features, alerts, keywords, and audit logs
• Payment data — payment references, amounts, currency, provider, and status (card details are handled by the payment provider when online checkout is enabled)
• Technical data — browser type, device type, approximate location derived from IP where needed for security, and cookie/local-storage preferences

We do not intentionally collect special-category data. Message content processed in your tenant is controlled by your company and must be handled lawfully by that company.

3. Why we process personal data
We process personal data to:
• create and manage company tenants and user accounts
• authenticate users and protect accounts (including email one-time passcodes)
• activate services after offline or online payment confirmation
• deliver core platform features (devices, SMS feeds, alerts, analytics)
• communicate service notices, security alerts, and onboarding messages
• maintain security, prevent abuse, and investigate incidents
• meet legal, accounting, and regulatory obligations

4. Legal bases (GDPR / UK GDPR)
Where applicable, we rely on:
• Contract — to provide the platform and related onboarding/activation services
• Legitimate interests — to secure the platform, prevent fraud, improve reliability, and administer the service in a way that does not override your rights
• Consent — where required for non-essential cookies or optional communications
• Legal obligation — where we must retain or disclose information under applicable law

5. Sharing and processors
We do not sell personal data. We may share data with:
• trusted processors that provide hosting, email delivery, SMS gateway, or payment services under appropriate contracts
• your company administrators for tenant operations
• professional advisers or authorities where legally required

All processors are expected to process data only on documented instructions and with appropriate security measures.

6. International transfers
If personal data is transferred outside the EEA/UK, we implement appropriate safeguards such as standard contractual clauses or equivalent mechanisms recognised under applicable law.

7. Retention
We retain personal data for as long as needed to operate your account/company workspace, and thereafter for a reasonable period to meet security, dispute-resolution, audit, and legal requirements. Payment and activation records may be retained longer where required for financial compliance. You may request deletion subject to legal retention limits.

8. Your rights
If data protection law applies to you, you may have the right to:
• access your personal data
• rectify inaccurate data
• erase data in certain circumstances
• restrict or object to certain processing
• data portability
• withdraw consent where processing is based on consent
• lodge a complaint with a supervisory authority

To exercise rights, contact your company administrator first for tenant-held data, or the Super Admin for platform-level requests.

9. Security
We apply administrative, technical, and organisational measures appropriate to the risk, including access controls, encrypted secret storage where supported, audit logging, and optional two-factor authentication for admin accounts. No method of transmission or storage is completely secure.

10. Children
The platform is intended for business use and is not directed to children under 16. We do not knowingly collect personal data from children.

11. Changes
We may update this Privacy Policy from time to time. Material changes will be reflected on this page with an updated effective date. Continued use of the service after changes become effective constitutes acknowledgment of the updated policy where permitted by law.

12. Contact
For privacy enquiries about this Real Notiz deployment, contact the Super Admin through your organisation’s support process.', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('44', 'terms_of_service', 'Terms of Service — Real Notiz

Effective date: 6 August 2026
Last updated: 6 August 2026

These Terms of Service (“Terms”) govern access to and use of the Real Notiz platform, websites, and related services (the “Service”). By registering a company, signing in, or using the Service, you agree to these Terms.

1. Eligibility and authority
You represent that you are authorised to bind the company you register or administer, and that all registration information you provide is accurate and complete.

2. Accounts and company workspaces
• Each company operates in an isolated tenant workspace.
• New registrations may remain pending until payment confirmation and Super Admin activation.
• You are responsible for safeguarding credentials, device registration codes, and user access within your company.
• You must promptly disable access for users who leave your organisation.

3. Acceptable use
You agree not to:
• monitor SMS or communications you are not lawfully authorised to process
• use the Service for unlawful surveillance, fraud, spam, harassment, or abuse
• attempt to bypass authentication, tenancy isolation, rate limits, or security controls
• reverse engineer, overload, or disrupt the Service except as permitted by law
• upload or transmit malware or harmful code

We may investigate suspected violations and suspend or terminate access where reasonably necessary to protect the Service or other customers.

4. Devices and SMS content
Your company is the controller of SMS content and related personal data processed within your tenant. You are responsible for providing any notices and obtaining any consents required by applicable law for device pairing and message monitoring. Real Notiz provides the platform infrastructure and processes data as described in the Privacy Policy.

5. Payments and activation
• Offline payment: activation occurs after Super Admin confirmation.
• Online payment: when enabled, checkout is processed by the configured payment provider (for example Paystack or Hubtel); their terms also apply.
• Fees, currency, and activation rules may be configured by the Super Admin for this deployment.
• Failure to complete payment may delay or prevent activation.

6. Service availability
We aim to keep the Service available and secure, but do not guarantee uninterrupted or error-free operation. Planned maintenance, third-party outages, or force majeure events may affect availability. Features may vary by deployment configuration.

7. Intellectual property
Real Notiz, including software, branding, and documentation, remains the property of its owners and licensors. You receive a limited, non-exclusive, non-transferable right to use the Service for your internal business operations during an active subscription/activation period.

8. Confidentiality
Each party shall protect the other party’s confidential information with reasonable care and use it only for purposes related to the Service, except where disclosure is required by law.

9. Data protection
Each party shall comply with applicable data protection laws. Our processing of personal data is described in the Privacy Policy. You must not use the Service in a manner that causes us to violate those laws.

10. Suspension and termination
We may suspend or terminate access for unpaid activation, security risk, material breach, unlawful use, or prolonged inactivity. Upon termination, your right to access the Service ends. Retention and deletion follow the Privacy Policy and any applicable legal requirements.

11. Disclaimers
To the fullest extent permitted by law, the Service is provided “as is” and “as available”, without warranties of merchantability, fitness for a particular purpose, or non-infringement.

12. Limitation of liability
To the fullest extent permitted by law, we are not liable for indirect, incidental, special, consequential, or punitive damages, or for lost profits, revenue, data, or business interruption. Our aggregate liability arising out of these Terms or the Service is limited to the fees paid for the Service for the three (3) months preceding the claim (or, if none, a reasonable nominal amount for the deployment).

13. Indemnity
You agree to indemnify and hold us harmless from claims arising out of your misuse of the Service, unlawful monitoring, or breach of these Terms, except to the extent caused by our wilful misconduct.

14. Changes to the Terms
We may update these Terms to reflect product, legal, or operational changes. Updated Terms will be posted on this page with a revised date. Material changes may also be communicated to administrators where practical.

15. Governing law
These Terms are governed by the laws applicable to the organisation operating this Real Notiz deployment, without regard to conflict-of-law principles. Courts in that jurisdiction have exclusive venue, subject to mandatory consumer protections where applicable.

16. Contact
Questions about these Terms should be directed to the Super Admin responsible for this deployment.', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('45', 'cookie_policy', 'Cookie Policy — Real Notiz

Effective date: 6 August 2026
Last updated: 6 August 2026

This Cookie Policy explains how Real Notiz uses cookies and similar technologies on our website and application interfaces.

1. What are cookies?
Cookies are small text files stored on your device. We also use related technologies such as local storage for preferences and consent records. For simplicity, we refer to these collectively as “cookies”.

2. How we use cookies
We use cookies to:
• keep you signed in securely and protect forms (essential/session cookies, CSRF protection)
• remember cookie consent choices
• remember display preferences such as theme where enabled
• support security features and abuse prevention

3. Types of cookies
Essential cookies
Required for core functionality such as authentication, session continuity, and security. These cannot be switched off in our systems if you wish to use the Service.

Preference cookies
Used, with your consent where required, to remember choices such as cookie banner acknowledgment and interface preferences so we do not repeatedly ask and can present a consistent experience.

Analytics / marketing
By default, this deployment does not use third-party advertising cookies. If analytics tools are enabled later by the Super Admin, this Cookie Policy will be updated before those cookies are introduced.

4. Cookie consent banner
Where enabled, a cookie banner allows you to:
• Accept — acknowledge essential cookies and allow preference storage
• Essential only — continue with essential cookies needed for the Service

Your choice is stored locally in your browser so the banner is not shown on every visit.

5. Managing cookies
You can clear or block cookies through your browser settings. If you block essential cookies, parts of the Service (including sign-in) may not work. You can also clear local storage to reset cookie consent and be prompted again.

6. Third parties
Payment providers or communication gateways may set their own cookies when you interact with their checkout or delivery systems. Please review those providers’ policies separately.

7. Updates
We may update this Cookie Policy when our practices or legal requirements change. The “Last updated” date at the top will be revised accordingly.

8. More information
For related information, see our Privacy Policy and Terms of Service. For questions, contact the Super Admin for this Real Notiz deployment.', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('46', 'cookie_banner_enabled', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('47', 'cookie_banner_text', 'We use essential cookies to run Real Notiz securely and optional preference storage to remember your choices. Read our Cookie Policy for details.', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('48', 'payment_gateway_enabled', 'false', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('49', 'payment_provider', 'none', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('50', 'paystack_secret_key', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('51', 'paystack_public_key', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('52', 'paystack_webhook_secret', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('53', 'hubtel_client_id', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('54', 'hubtel_client_secret', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('55', 'hubtel_merchant_account_number', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('56', 'hubtel_webhook_secret', '', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('57', 'payment_currency', 'GHS', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('58', 'payment_registration_amount', '100', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('59', 'trial_duration_days', '3', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('60', 'subscription_price_usd', '3.99', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('61', 'subscription_currency', 'USD', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('62', 'subscription_interval_days', '30', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('63', 'login_max_attempts', '5', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('64', 'login_lockout_minutes', '15', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('65', 'security_headers_enabled', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('66', 'require_device_id_header', 'true', '2026-08-07 12:27:11', '2026-08-07 12:27:11', NULL);

SET FOREIGN_KEY_CHECKS=1;
