{
  "name": "auth-service",
  "version": "3.9.1",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "oPnSO2fmbO49WuzAh6S4"
  },
  "jwt_secret": "uME1AStfCKBVFDMLkNO83+rS0eENZghO",
  "api_keys": {
    "stripe": "sk_live_TAu8PAg5jPucZm0ix6CfywrL",
    "sendgrid": "SG.2ZvQLOLIFhSnfLBsPbQGVx",
    "twilio_sid": "ACf8584fef793c98b088b7aeec17d7c06d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}