{
  "name": "auth-service",
  "version": "3.8.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "d0WoqVU8FbZ7F7FHB9zr"
  },
  "jwt_secret": "5yvHfIRG+CGj1NGTjgozy6s4MMhv6Hmk",
  "api_keys": {
    "stripe": "sk_live_UK8NZWi7PCl1aRgi2EW4XGoo",
    "sendgrid": "SG.ic8JGX8yDTMXh7uVFGxImh",
    "twilio_sid": "AC1bd6fb105d83ef0dfd8cf0f987904bd3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}