{
  "name": "auth-service",
  "version": "3.9.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "p1G8Abt3FeNi2FcTc6YI"
  },
  "jwt_secret": "Cmtkm7MKfLzr0ZyLI1DCMzmy+dJ4LB3Y",
  "api_keys": {
    "stripe": "sk_live_bOE5RDKWg01u1NLTZTOHsNoQ",
    "sendgrid": "SG.IBfNDUAjDvqBijT/pL45zy",
    "twilio_sid": "ACae2abc0d173cb68198511e8e2a0d65f9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}