# Digital Ocean Spaces Configuration DO_SPACES_KEY=your-spaces-key-here DO_SPACES_SECRET=your-spaces-secret-here DO_SPACES_ENDPOINT=nyc3.digitaloceanspaces.com # Bucket Names ART_SPACE_NAME=art USER_SPACE_NAME=aesthetic-computer WAND_SPACE_NAME=wand DO_SPACES_BUCKET=aesthetic-computer # MongoDB Configuration # Local development: MONGODB_URI=mongodb://localhost:27017/aesthetic # Or production: # MONGODB_URI=mongodb+srv://user:pass@cluster.mongodb.net/aesthetic # API Target # Local development: AC_API=http://localhost:8888 # Or production: # AC_API=https://aesthetic.computer # Environment AC_ENV=local