{
  "name": "auth-service",
  "version": "2.6.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JK7vboq2LejQCxmeAmDB"
  },
  "jwt_secret": "5AYNjZF6/oZAyT+jbaaMp8yXwy4X3Ctg",
  "api_keys": {
    "stripe": "sk_live_eTbo9CDmj8PPziWDe1VOnyjP",
    "sendgrid": "SG.b6rAEZs6FELRk5renXlk9k",
    "twilio_sid": "AC47f2564c4fc396659062a184449bcab8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}