{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iY59V0x1BaiKlTh454NS"
  },
  "jwt_secret": "asIDhiHFoyDeYSaOXJfLzl3GFFjuyToh",
  "api_keys": {
    "stripe": "sk_live_R9CbcuQ5gpA1SadD7rKPKKPy",
    "sendgrid": "SG.U8worQj6EZCm7NHDb+I7Aj",
    "twilio_sid": "AC2cfea79236c740c28275b9410c8c967d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}