{
  "name": "auth-service",
  "version": "3.3.2",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "u2PxLkAGrKXnTY0MC5ss"
  },
  "jwt_secret": "Ob1PQP0uWnwHc/ohRCE4jrNFj9VMtUyH",
  "api_keys": {
    "stripe": "sk_live_44flT73jaJM9KBiKrL6aLQoz",
    "sendgrid": "SG.5d7cSD8EssQ3Umn/9glBuW",
    "twilio_sid": "AC8d529f7a2f3c6c9ecd1816fff914efa0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}