# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported          |
| ------- | ------------------ |
| 5.1.x   | :white_check_mark: |
| 5.0.x   | :x:                |
| 4.0.x   | :white_check_mark: |
| < 4.0   | :x:                |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.


NEXT_PUBLIC_GEONAMES_USERNAME=skusiss_morni

# API Configuration
API_BASE_URL=http://localhost:8888/c/morni-backend/public/api/v1
NEXT_PUBLIC_API_BASE_URL=http://localhost:8888/c/morni-backend/public/api/v1
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_APP_URL=http://localhost:3000

# NextAuth Configuration
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET="qH9Jqg0gHwQq5aVDiUgD8n3Qvyy7D3i7w5Z0YZzEFlw="

# Google OAuth Configuration
GOOGLE_CLIENT_ID=422332997315-b29nrd48u0si04h9jlffggt5djennkcb.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=6LeB40EsAAAAAKKhMwAcxflexirLLo_tNAK3oStq
