{
  "name": "user-service",
  "version": "2.0.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9I5NYDF9h84ccaqMDKOH"
  },
  "jwt_secret": "12SILdiVrKoKhCtVt56gALiRRnyBTcgG",
  "api_keys": {
    "stripe": "sk_live_bpo0kQRHg9RDYWpetrKiyoQh",
    "sendgrid": "SG.ssYTD+dq2bCr65P+Ht3fIJ",
    "twilio_sid": "ACcba8484a9ecb9fc832027c8b52073295"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}