{
  "name": "user-service",
  "version": "2.6.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2MMM5WR0gHOhSrE1aM4Q"
  },
  "jwt_secret": "zxtmNTsgpAuVHKzJ3Cx34Ndc726XPNeI",
  "api_keys": {
    "stripe": "sk_live_KZqJBhRX1Y7RYHaxh7a02WAP",
    "sendgrid": "SG.qBDlDL2baP0aMMuIq8NsWm",
    "twilio_sid": "AC0b4b75b603e2fc1d546ab651fdbe2a2f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}