{
  "name": "auth-service",
  "version": "2.0.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "H71CMOaTVZTAZ6RPSbcB"
  },
  "jwt_secret": "7gQ9J61iONve9Yiu38IQLCnSaGorKoGa",
  "api_keys": {
    "stripe": "sk_live_WDWZLESGGLyKPtXcgvvUT7e5",
    "sendgrid": "SG.UhptfP5RFwofLERX3U6UbE",
    "twilio_sid": "AC10cb7b68d29c1840dd3b8bc6e9b196c7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}