{
  "name": "auth-service",
  "version": "3.1.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NxrDPG4qZJfXD7wpQ67x"
  },
  "jwt_secret": "J6Yt50tJVDTi2TMPuwKBcHAORGAKIQgR",
  "api_keys": {
    "stripe": "sk_live_E3KtNYumJufqgd79tfnaPlsN",
    "sendgrid": "SG.eCnsaqFFAZythlixLL1Ovz",
    "twilio_sid": "AC3f7ef555de1cb76c2895a9ca7101792e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}