# microCMS Service Configuration
# Copy this file to .env and fill in your actual values
# Your microCMS service id (without .microcms.io)
# Example: If your URL is https://my-blog.microcms.io, set this to "my-blog"
MICROCMS_SERVICE_ID=your-service-id
# Your microCMS API key
# Get this from your microCMS dashboard
MICROCMS_API_KEY=your-api-key
# Note: You can also pass these as command line arguments:
# node dist/index.js --service-id your-service-id --api-key your-api-key
# Command line arguments take precedence over environment variables.