{
  "name": "auth-service",
  "version": "1.8.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UfVNZ5rdw9OtuZomyh44"
  },
  "jwt_secret": "S3AgI608LDzQNxZCUaCtHBD+b67753GF",
  "api_keys": {
    "stripe": "sk_live_hzyTcmUndTag8R0bcbFEK72Y",
    "sendgrid": "SG.u+s6YCPsfQyGhQG7/u2bXF",
    "twilio_sid": "AC59bf82df0cc8d5778eb148dbcf9dc51c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}