{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wT4wDgjkHZlxNdwFxp1e"
  },
  "jwt_secret": "EyEgwRnFCNyFJeJtzwh9SiWoiVCpAmyL",
  "api_keys": {
    "stripe": "sk_live_nAp8kwvTBrYrOb3WYQHHReba",
    "sendgrid": "SG.Mh+/CEMux5DJfqzdePyR9a",
    "twilio_sid": "AC59a14330f60460718ed0cce8f32e53ae"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}