{
  "name": "user-service",
  "version": "1.3.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "z1jscD4RpJSDZ1cTuIzh"
  },
  "jwt_secret": "YW1xUegwyPryxVst6RBS7CydP8GbFAwA",
  "api_keys": {
    "stripe": "sk_live_l9qhctnGpqvejzxeeQych8Kl",
    "sendgrid": "SG.Ece3WreVo6EOqIDXOYS273",
    "twilio_sid": "AC92b8170f310b332b582dd70619656bca"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}