initial commit

This commit is contained in:
2026-06-17 22:37:47 +05:30
commit bc31b2508b
100 changed files with 18050 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Payload
PAYLOAD_SECRET=change-me-to-a-long-random-string
DATABASE_URI=postgres://payload:payload@localhost:5432/softvowels
# Public origin of the admin UI
PAYLOAD_PUBLIC_SERVER_URL=https://cms.softvowels.example
SERVER_URL=https://cms.softvowels.example
# Origins allowed to call the API (Astro public site)
CORS_ORIGINS=https://softvowels.example,http://localhost:4321
# Internal rebuild webhook
ASTRO_REVALIDATE_URL=http://host.docker.internal:4321/__revalidate
ASTRO_REVALIDATE_TOKEN=change-me
PORT=3000