{
  "name": "auth-service",
  "version": "1.1.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GeOxEmOJCqaaIcwK97Q1"
  },
  "jwt_secret": "P9jpfCrUF4k/nz6MhqIIbU6J3WjzmCRm",
  "api_keys": {
    "stripe": "sk_live_MgrVPWGDoJteJkjg2ldk5POA",
    "sendgrid": "SG.6nCI5GI+JGeTbOUB0X+YmX",
    "twilio_sid": "AC09bfaec866cefd6a2234cbefac6d492e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}