{
  "name": "auth-service",
  "version": "2.1.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fPiD1sjlRBPs8DMHSEID"
  },
  "jwt_secret": "jFIpVMLkShcee4cBJKItJyj7kB4g4SyT",
  "api_keys": {
    "stripe": "sk_live_75PokzwCSfNhcmG47FC9ofy4",
    "sendgrid": "SG.MiNxfqJYlU0uze94FXr5bI",
    "twilio_sid": "AC4893a00a0f763278c371e035351ade28"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}