{
  "name": "payment-service",
  "version": "1.2.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "17zeFtBlCSL2zAQUNi0o"
  },
  "jwt_secret": "TGI6hnWkuKF+bRJ+PtbV8lAWJJ//Svai",
  "api_keys": {
    "stripe": "sk_live_evLTJBNW2IeM4BGdbt8oOA4Y",
    "sendgrid": "SG.92fZs5EH0sgMLAL/8I9W+W",
    "twilio_sid": "AC35532cc3b5dbf2dde70e8faf03e72c74"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}