{
  "name": "auth-service",
  "version": "3.6.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "V7m76WQY3G2jlDVp31VG"
  },
  "jwt_secret": "D4cxSbWmn32lxnoxKNccaZGce7DjaAwN",
  "api_keys": {
    "stripe": "sk_live_SdoRTgvM5RMeODgCOxBETYfl",
    "sendgrid": "SG.b1l1voeul8/TyGKYO8nVE3",
    "twilio_sid": "AC26323d552d5081684b55d51ae24f401d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}