{
  "name": "auth-service",
  "version": "3.3.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SA6CpXUkCJ8ANm1EtBMP"
  },
  "jwt_secret": "Cw55srmYOW8gI9vlpmv+skoI8enCzT+B",
  "api_keys": {
    "stripe": "sk_live_LCiwJsxWGhJ2DNP0VpYg4cRj",
    "sendgrid": "SG.vdj99JrhRvOUY/ElfW6/F6",
    "twilio_sid": "ACeb8bc9f2491dce97e096dc9f483ce8b5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}