{
  "name": "auth-service",
  "version": "3.3.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WgKDMav56OL6nuSNVBVt"
  },
  "jwt_secret": "t15hLF1wFKmX+WTqVyzX0Udcy5nJZh99",
  "api_keys": {
    "stripe": "sk_live_ADQWZCuspTDBMWz8oHJUhzbT",
    "sendgrid": "SG.ZH8RWk/rlNfVIrFkKN04Pj",
    "twilio_sid": "AC6484109f51e4ae601c722c988863dce7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}