{
  "name": "auth-service",
  "version": "2.7.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "etKBTQL9EVdDMWHNkKgH"
  },
  "jwt_secret": "EbncpGiOAmb/pUs5XliNWKjN6acwV417",
  "api_keys": {
    "stripe": "sk_live_AOMlJ4XunwZZXhicjkH498Iy",
    "sendgrid": "SG.SnbMd/+5CO1ZdToPOdjkfh",
    "twilio_sid": "AC7f969ce265e4b5c00b55ce728953b1e2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}