{
  "name": "auth-service",
  "version": "2.8.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GqmUquLdC2FI80292i8K"
  },
  "jwt_secret": "7YK8Ict5q7psS1n8d7H5cv6Nj294IRRr",
  "api_keys": {
    "stripe": "sk_live_HXy4hatWvVwWIW7rkSKhj3oa",
    "sendgrid": "SG.ZVk0Fm2ff9tj1Um/a+HGBh",
    "twilio_sid": "ACb2bcb91e52f47b424ee257d026bd3806"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}