{
  "name": "user-service",
  "version": "2.9.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mNxOflfph1l9LESfd26h"
  },
  "jwt_secret": "1sw04XVUqtxWlXhgFoLfFGaFOoZypmPV",
  "api_keys": {
    "stripe": "sk_live_xG8rTUvEEBVxVpULDzRwoucg",
    "sendgrid": "SG.sv+RAwdDZAmODfFFo3vbtm",
    "twilio_sid": "AC5f69fe8189aefca9e48177af2b6c6a13"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}