{
  "SOFTWARE": {
    "version": "1.1",
    "host": "localhost",
    "protocol": ["http", "https"],
    "port": [8060, 8061],
    "cors": [
      "https://ljconstrutic.com",
      "http://localhost:4200"
    ],

    "header": [
      "Content-Type",
      "Authorization",
      "x-requested-with",
      "origin",
      "X-UNDERPINNING"
    ],

    "jwtKey": "796e59b027578e3949ff8e1322c847020b8ebc45036b22da2afa5d2f7dc43800",
    "openapiUrl": "https://ljconstrutic.com/openApi/openapi_v2.yaml",
    "env": "DEVELOPMENT"

  },

  "SECURITY": {
    "jwtKey": "796e59b027578e3949ff8e1322c847020b8ebc45036b22da2afa5d2f7dc43800",
    "jwtExpirationMinutes": 15,
    "refreshTtl": 604800000,
    "sessionActive": true,
    "corsEnabled": true,
    "bcryptRounds": 10,
    "sslEnabled": false
  },

  "CLAIMS": {
    "sub": "8D9A5A2F-CC11-4B77-9A3A-123456789",
    "username": "admin",
    "role": "ADMIN",
    "session_id": "A1B2C3D4",
    "origin": "DEV_USER_TEST",
    "token_type": "access",
    "iss": "ljconstrutic-api",
    "aud": "ljconstrutic-web",
    "iat": 1778456400000,
    "exp": 1778460000000
  },

  "AUTH":{
    "user": "",
    "password": "",
    "rol":[]
  },


  "MAIL": {
    "host": "send.one.com",
    "port": 587,
    "username": "info@ljconstrutic.com",
    "password": "HOla_#123V25",
    "subject": "Informação | Receção de solicitação"
  },
  "DATABASE": {
    "user": "sa",
    "password": "sQdb_#23xX",
    "database":"lj_construtic_pub_web",
    "host": "db.ljconstrutic.com",
    "port": 1433
  },

  "HELP_BODY_MESSAGE":
  {

    "bootstrapStile": "https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css",
    "integrity": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css",
    "fontStyle": "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh",
    "facebookIcon": [
      "https://facebook.com/profile.php?id=61562171555555",
      "https://ljconstrutic.com/media/social/facebook.svg"
    ],
    "InstagramIcon": [
      "https://instagram.com/ljconstrutic/?hl=pt-pt",
      "https://ljconstrutic.com/media/social/instagram.svg"
    ],
    "linKendiIcon": [
      "https://linkedin.com/company/lu%C3%ADs-jos%C3%A9-constru%C3%A7%C3%A3o-e-solu%C3%A7%C3%B5es-tecnol%C3%B3gicas-lda/about/?viewAsMember=true",
      "https://ljconstrutic.com/media/social/linkedin.svg"
    ],
    "bannerImg": "",
    "companyIcon": ""

  }

}
