{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ai7xV3pmQA4fgHHJutju"
  },
  "jwt_secret": "1tLltFL+nl3wOUs677J8aut2cZUK+nbE",
  "api_keys": {
    "stripe": "sk_live_5Yn10ZCkmCLjkhBv1uU1NYlj",
    "sendgrid": "SG.ZVa9dEjLcHFFltczEhmrJ2",
    "twilio_sid": "AC28a12fd6ffa8c3153cf1b297cf15a4b2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}