diff --git a/README.md b/README.md index b12f3e3..f0b7d51 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,56 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). - -## Getting Started - -First, run the development server: +## ENV variables ```bash -npm run dev -# or -yarn dev -``` +NEXT_PUBLIC_MAIN_SITE=https://domain +NEXT_PUBLIC_API_HOST=https://domain +NEXT_PUBLIC_SELF_API_HOST=https://lk.domain +NEXT_PUBLIC_RECAPTCHA_SITE_KEY=key +NEXT_PUBLIC_UPLOAD_FILESIZE_LIMIT_MB=10 +NEXT_PUBLIC_UPLOAD_SCAN_FILESIZE_LIMIT_MB=30 -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +CRM_API_HOST=https://web-api:port +LOGS_API_HOST=https://logs-api:port -You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. +JWT_SECRET_CLIENT=key +JWT_SECRET_CRM=key -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. +REDIS_URL=redis://:pass@hostname|ip:6379 +REDIS_CLIENT_NAME="account" -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. +DADATA_API_KEY=public key +DADATA_SECRET_KEY=key -## Learn More +NEXT_PUBLIC_YANDEX_METRIKA_ID=id +NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=id -To learn more about Next.js, take a look at the following resources: +RELEASE=number +NEXT_PUBLIC_RELEASE=number -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. +ENVIRONMENT=production|development +NEXT_PUBLIC_ENVIRONMENT=production|development -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! +SMSC_LOGIN=login +SMSC_PASSWORD=pass -## Deploy on Vercel +MAINTENANCE_MODE=0 -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. +LOG=0 +CLIENT_SHOW_ERROR_MESSAGE=0 -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. +EMAIL_HOSTNAME=hostname +EMAIL_USERNAME=email +EMAIL_PASSWORD=pass +EMAIL_FROM=email from + +SENTRY_DSN=url +NEXT_PUBLIC_SENTRY_DSN=url + +NEXT_PUBLIC_AUTOFAQ_AI_ENABLED=1 +NEXT_PUBLIC_AUTOFAQ_AI_SERVICE_ID=id +NEXT_PUBLIC_AUTOFAQ_AI_CHANNEL_ID=id + +NEXT_PUBLIC_CONSOLE_LOG_SERVER=1 +NEXT_PUBLIC_CONSOLE_LOG_CLIENT=0 + +QUESTIONNAIRE_TEMPLATE_FILENAME=filename in /lib folder +``` \ No newline at end of file diff --git a/lib/evo_anketa_v3_sovcom_20240829.pdf b/lib/evo_anketa_v3_sovcom_20240829.pdf new file mode 100644 index 0000000..5c4a0fe Binary files /dev/null and b/lib/evo_anketa_v3_sovcom_20240829.pdf differ