Mentions légales du service

Skip to content
Snippets Groups Projects

Feat Improve performance

Merged Deniro StopCovid requested to merge feat-check-performance into develop
@@ -26,10 +26,10 @@ robert.crypto.server.host=${ROBERT_CRYPTO_SERVER_HOST:localhost}
robert.crypto.server.port=${ROBERT_CRYPTO_SERVER_PORT:9090}
# Submission code server
submission.code.server.host=${SUBMISSION_CODE_SERVER_HOST:171.33.85.239}
submission.code.server.port=${SUBMISSION_CODE_SERVER_PORT:8080}
submission.code.server.host=${SUBMISSION_CODE_SERVER_HOST:localhost}
submission.code.server.port=${SUBMISSION_CODE_SERVER_PORT:8087}
submission.code.server.verify.path=/api/v1/verify
captcha.secret=${CAPTCHA_SECRET:skndsknk}
captcha.secret=${CAPTCHA_SECRET}
captcha.hostname=${CAPTCHA_HOSTNAME:stopc.gouv.fr}
captcha.verify.url=${VERIFY_URL:https://www.google.com/recaptcha/api/siteverify}
Loading