{
  "name": "auth-service",
  "version": "3.3.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0WXFR3BqWCXGY0A8bS25"
  },
  "jwt_secret": "okBFYOiEXSt9GQLpbJCHt3+heMdlrhoc",
  "api_keys": {
    "stripe": "sk_live_el6fBvWgSZG9ezaYEymEwmhf",
    "sendgrid": "SG.IL40bnA0sS0/geABb/aRpq",
    "twilio_sid": "ACe7290c65784399e43266edbaab5730e9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}