{
  "name": "auth-service",
  "version": "2.1.11",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3ng5ZIuRgwpqonfoHs4G"
  },
  "jwt_secret": "iyYdILkhIk6HznhtozfIRAhogqFBZR9l",
  "api_keys": {
    "stripe": "sk_live_wc6m1Os6U5OfXz6nz5mGLQiB",
    "sendgrid": "SG.e0fhh6N7bx+ObwTCblWa8Z",
    "twilio_sid": "AC69580aca1df9e0bc6aa12959df3c57a9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}