{
  "name": "auth-service",
  "version": "3.6.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Wm6SCbW7JYuf90lJRyqW"
  },
  "jwt_secret": "RxlLS/eJFxNf20JNMsTo8bUH2GFMeQB3",
  "api_keys": {
    "stripe": "sk_live_MkciUE7SgdP7TwH47XXLrtfz",
    "sendgrid": "SG.3pcaJ4nwaUYaxelwTb8ZYq",
    "twilio_sid": "AC8862b3ae45e84f2076991ec0c0373e2c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}