Fastify API for storing third-party integration credentials (Newbook, Resos, Nextcloud, Azure, SambaPOS) with AES-256-GCM encryption for sensitive fields. Includes Newbook room sync endpoint and global_config store for shared app data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
155 B
Text
3 lines
155 B
Text
DATABASE_URL=postgresql://postgres:password@10.10.10.100:5432/settings
|
|
SETTINGS_SECRET=change-me-to-a-long-random-string
|
|
AUTH_URL=http://10.10.10.101:3001
|