{
  "name": "auth-service",
  "version": "2.2.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6Mk5XyrKB9uxWfJ3tL71"
  },
  "jwt_secret": "nCPlpf3DmjQ1aytkpd7pFcCWTEhT3LiG",
  "api_keys": {
    "stripe": "sk_live_jdnDYP2hNiciIQxbwjuNhdgR",
    "sendgrid": "SG.zZr5JYN/D7Jup2WPWC23wd",
    "twilio_sid": "AC37ef98869af1a7dbb82369d7f3363a58"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}