{
  "name": "auth-service",
  "version": "2.0.7",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "c6GHRusBpKsIy3Xl2GPK"
  },
  "jwt_secret": "xxC80sitkA0dzFl0b2x12RnNYy93Nw6i",
  "api_keys": {
    "stripe": "sk_live_gUCzgGGCz9H5XG4z0j88fetW",
    "sendgrid": "SG.iLoot+gZEJLz6XCLi115Xl",
    "twilio_sid": "ACd3f3c4cd89cd48cca29e5f313220224c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}