Monorepo for Aesthetic.Computer
aesthetic.computer
1# Production monolith env for lith deploys.
2# This file is copied to /opt/ac/system/.env on the remote host.
3
4NODE_ENV=production
5CONTEXT=production
6PORT=8888
7DEPLOY_SECRET=replace-with-production-secret
8
9# Cloudflare cache auto-purge (read by lith/webhook.sh).
10# Without these set, deploys silently skip the edge purge and stale
11# responses can persist for up to 4h (the default static-asset TTL).
12#
13# CLOUDFLARE_PURGE_TOKEN: a SCOPED API token with Zone.Cache Purge
14# permission for aesthetic.computer. Create at
15# https://dash.cloudflare.com/profile/api-tokens — do NOT use the
16# Global API Key here.
17# CLOUDFLARE_ZONE_ID: zone ID for aesthetic.computer (use whichever
18# `dig +short NS aesthetic.computer` is on Cloudflare; same zone
19# covers papers.aesthetic.computer, give.aesthetic.computer, etc.)
20#
21# CLOUDFLARE_PURGE_TOKEN=...
22# CLOUDFLARE_ZONE_ID=...