{
  "name": "auth-service",
  "version": "2.8.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XobndmOfagnrhKDO8kRs"
  },
  "jwt_secret": "pMq62ehmVzMQxMq9n/1EdwEzkxXI+EJ4",
  "api_keys": {
    "stripe": "sk_live_i7K19OqAtVlCjwBB13khqbBK",
    "sendgrid": "SG.rOKM6tKd++/PhX/ImsySNv",
    "twilio_sid": "ACb3fd84660e136d49fce621e6ee22a499"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}