diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index 41d96d0..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,59 +0,0 @@ -# Change the production mode to alter some logging in the application -# On the client side, if set as true, the javascript and css loaded will be the minified ones -production = false - -# If you are behind a reverse proxy, write here the end user root url -# Example : http://aren.my_company.fr/app -reverse-proxy = - -# A unique identification of you web server. Used for remote requets -# Example : My_Institution -plateform.id = My_NewAren - -# Secret use for the creation of JWT token -authentication.jwt.secret = newarensecret - -# Issuer for the JWT token -# Example : my_domain.name -authentication.jwt.issuer = newaren.hn - -# Audience for the JWT token -# Example : my_domain.name -authentication.jwt.audience = newaren.hn - -# Validation time for the JWT tokens, in seconds -# Default is one year -authentication.jwt.validFor = 31536000 - -# Other configuration for JWT token, don't change if you don't know what you do -authentication.jwt.clockSkew = 10 -authentication.jwt.claimNames.authorities = authorities -authentication.jwt.claimNames.refreshCount = refreshCount -authentication.jwt.claimNames.refreshLimit = refreshLimit - -# SMTP configuration -# String -smtp.server = smtp.gmail.com -# Boolean -smtp.auth = true -# Int -smtp.port = 587 -# Boolean -smtp.tls = true -# String -smtp.username = dev.arenmg@gmail.com -# String -smtp.password = Aren123! - -# ENT conexion configuration -# Example : https://cas.mon-ent-occitanie.fr/login -cas.url = - -# AREN tools -# The Python scalar server -scalar.url = https://portail-aren.lirmm.fr/aren-vectors/scalar -# The python theme server -theme.url = https://portail-aren.lirmm.fr/aren-vectors/theme - -# Remote tool configuration -idefix.url = http://www.jeuxdemots.org/intern_extract.php