fixed cache Refactoring from app router to page router Refactoring from app router to page router Add authentication with JWT base ui done protect the dashboard added transitions styling type trick added cleanup Add enable-disable logic add transactional emails Improvements on delay and frontend added description on select implement auth with magic link migrate to mariadb webhook signature working Adding async processing with queues Implemented webhook reply functionality Add son execution logs update status logic Add recent activity monitoring to sons show son performance in dashboard add readme implement listmonk connector listmonk-connector-v1 Create CODE_OF_CONDUCT.md Create LICENSE
19 lines
460 B
Text
19 lines
460 B
Text
LISTMONK_URL=http://localhost:9000
|
|
GIN_MODE=debug
|
|
AUTH_USER=your-listmonk-username
|
|
AUTH_PASSWORD=your-listmonk-password
|
|
JWT_SECRET=your-jwt-secret
|
|
|
|
FRONTEND_URL=http://localhost:8808
|
|
AWS_REGION=your-aws-region
|
|
SES_FROM_EMAIL=no-reply@yourdomain.com
|
|
AWS_ACCESS_KEY_ID=YOUR_AWS_ACCESS_KEY_ID
|
|
AWS_SECRET_ACCESS_KEY=YUOUR_AWS_SECRET_ACCESS_KEY
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=3307
|
|
DB_NAME=listmonk_connector
|
|
DB_USER=root
|
|
DB_PASSWORD=password
|
|
|
|
REDIS_ADDR=localhost:6379
|