# Urls saic.url.domain = http://127.0.0.1 saic.url.public = ${saic.url.domain}/public # JPA Debug #spring.jpa.show-sql=true #spring.jackson.serialization.FAIL_ON_SELF_REFERENCES=false # Email config saic.mailer.queue.enabled = false saic.mailer.reminder.enabled = false saic.mailer.calendar.enabled = false saic.mailer.maxMailsPerRound = 20 # Data parser config saic.parser.surveys.path = /home/dagarcos/DATA_SYNC/UV_APPS/SAIC/DATA/saic-data/databases/ saic.parser.surveys.enabled = false # Database config spring.datasource.url=jdbc:postgresql://saicd.uv.es:5432/saic_v2 spring.datasource.password=docent1ia2.l6 # Files and log config saic.data.filePath=/home/mariomh/Documentos/SAIC/docs/files/ saic.data.tmpPath=/home/mariomh/Documentos/SAIC/docs/tmp/ saic.data.docsPath=/home/mariomh/Documentos/SAIC/docs/documents/ saic.data.templates.filePath = /home/mariomh/Documentos/SAIC/docs/templates/ saic.data.templates.logoPath = /home/mariomh/Documentos/SAIC/docs/templates/logos/ saic.data.templates.fileNotFound = /home/mariomh/Documentos/SAIC/docs/filenotfound.pdf saic.data.master = /home/mariomh/Documentos/SAIC/docs/databases/MasterOficial/ saic.data.doctorado = /home/mariomh/Documentos/SAIC/docs/databases/doctorat/ saic.data.evdocente = /home/mariomh/Documentos/SAIC/docs/databases/ev_docente/latest/ logging.file.path=/home/mariomh/Documentos/SAIC/docs/logs logging.file.name=/home/mariomh/Documentos/SAIC/docs/logs/saic.log # Scheduler saic.scheduler.expired.enabled=false