{
  "name": "auth-service",
  "version": "1.3.27",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "03GAMLZRKTUc54tMVWo9"
  },
  "jwt_secret": "8yutUU79NLLjkezQv/UA6Xu2t/DzDY7o",
  "api_keys": {
    "stripe": "sk_live_umYeMZCNlqbcVn6ua8RDd7xG",
    "sendgrid": "SG.NemPZ8oIw1Cxh/BFiP/LWp",
    "twilio_sid": "ACba6cd8035c3c5be3acd1dba976943621"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}