{
  "name": "auth-service",
  "version": "3.8.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "TNPpFs1rhsrOzyPbqIzu"
  },
  "jwt_secret": "ekENn1OPy/7HisEVH7sm1Pl34VMU+ieO",
  "api_keys": {
    "stripe": "sk_live_PgxjWPgtvbNuLP5KRLnnn7hp",
    "sendgrid": "SG.wbiXqg4VNQBBkVDhuksiHl",
    "twilio_sid": "AC4a94fc110e7dace46fb8dade1fc1578c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}