{
  "name": "user-service",
  "version": "3.6.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5HIuFZ8hHbYCoLewym76"
  },
  "jwt_secret": "NCgeZxHCBvdB2dl0KZCcSptEN1Kauq5d",
  "api_keys": {
    "stripe": "sk_live_82Va5AM1D5wkKOG6XKOE2zml",
    "sendgrid": "SG.osvzGBu4FUISebcIneb+xd",
    "twilio_sid": "AC8eb7994d34835e8eea6cc99bf91f20d8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}