mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-21 16:10:52 +00:00
Delete application.properties
This commit is contained in:
parent
0f19d91b48
commit
313082ed0f
1 changed files with 0 additions and 59 deletions
|
@ -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
|
Loading…
Reference in a new issue