{
  "name": "auth-service",
  "version": "1.5.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cM83kYyYclgvWUdY3wUN"
  },
  "jwt_secret": "SxQhsiS4Kud/cDAboVQbPZXIO4KTA7gD",
  "api_keys": {
    "stripe": "sk_live_ZRUw7kF5eOKsiZEzksjMAdOb",
    "sendgrid": "SG.iLPLwMuAS9hn2Z2YV1yWze",
    "twilio_sid": "AC80709eec35828e61b3204f7c06c8d81e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}