Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. application.version=${version}
  2.  
  3. default.password=mdp
  4.  
  5.  
  6. PostgREST_USERNAME=hamza
  7. PostgREST_PASSWORD=hamza
  8. PostgREST_URL=http://localhost:3000/rpc/generate_jwt
  9.  
  10. spring.http.multipart.max-file-size=10MB
  11. spring.http.multipart.max-request-size=10MB
  12.  
  13. jwt.header=Authorization
  14. jwt.secret=D4v1dPiSur4_L4ss1N4T3rra_S4f4aM51k4_SiVousLisezCeSecretAlorsNousAvonsMalFaitNotreTravail0000LePiratageMeneALaPrison
  15. jwt.expiration=604800
  16. jwt.route.authentication.path=auth
  17. jwt.route.authentication.refresh=refresh
  18.  
  19. spring.http.encoding.charset=UTF-8
  20.  
  21. spring.jackson.mapper.DEFAULT_VIEW_INCLUSION=TRUE
  22. spring.jackson.serialization.indent-output=TRUE
  23.  
  24. spring.jpa.database=postgresql
  25. spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
  26. spring.jpa.generate-ddl=true
  27. spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  28. #spring.datasource.driver-class-name=org.postgresql.Driver
  29.  
  30.  
  31.  
  32. spring.messages.encoding=UTF-8
  33. spring.mvc.dispatch-options-request=true
  34. spring.session.store-type=none
  35. server.tomcat.uri-encoding=UTF-8
  36.  
  37. facebook.client.accessTokenUri=https://graph.facebook.com/oauth/access_token
  38. facebook.client.userAuthorizationUri=https://www.facebook.com/dialog/oauth
  39. facebook.client.tokenName=oauth_token
  40. facebook.client.authenticationScheme=query
  41. facebook.client.clientAuthenticationScheme=form
  42. facebook.client.scope=public_profile user_friends email user_about_me
  43. #user_actions.booksuser_actions.fitnessuser_actions.musicuser_actions.newsuser_actions.videouser_birthdayuser_education_historyuser_eventsuser_games_activityuser_hometownuser_likesuser_locationuser_managed_groupsuser_photosuser_postsuser_relationshipsuser_relationship_detailsuser_religion_politicsuser_tagged_placesuser_videosuser_websiteuser_work_historyread_custom_friendlistsread_insightsread_audience_network_insightsread_page_mailboxesmanage_pagespublish_pagespublish_actionsrsvp_eventpages_show_listpages_manage_ctapages_manage_instant_articlesads_readads_managementbusiness_managementpages_messagingpages_messaging_subscriptionspages_messaging_phone_number
  44.  
  45. facebook.resource.userInfoUri=https://graph.facebook.com/me
  46.  
  47. google.client.accessTokenUri=https://accounts.google.com/o/oauth2/token
  48. google.client.userAuthorizationUri=https://accounts.google.com/o/oauth2/auth
  49. google.client.clientAuthenticationScheme=form
  50. google.client.scope=profile email
  51. #openid
  52. google.resource.userInfoUri=https://www.googleapis.com/oauth2/v3/userinfo
  53.  
  54. google.captcha.secret.client=6LfZAzAUAAAAAJsRrS0_lenuZoOXa4bBeO9jVRUp
  55. google.captcha.secret.server=6LfZAzAUAAAAAI7n6UEEvlC-ZRldR7VdBR0ZBQUP
  56. google.captcha.url=https://www.google.com/recaptcha/api/siteverify
  57.  
  58. #Email
  59. spring.mail.properties.mail.smtp.starttls.enable=true
  60. spring.mail.properties.mail.smtp.auth=true
  61. spring.mail.host=smtp.gmail.com
  62. spring.mail.port=587
  63. spring.mail.username=capmission.webapp@gmail.com
  64. spring.mail.password=CapMission@IT@IT
  65. spring.mail.protocol=smtp
  66. spring.mail.default-encoding=UTF-8
  67.  
  68. #Springactuator
  69. management.port=8090
  70. management.address=127.0.0.1
  71. management.security.enabled=false
  72. management.security.role=ADMIN
  73.  
  74. #D\u00E9sactivationdesendpointspard\u00E9faut
  75. endpoints.enabled=false
  76. endpoints.info.enabled=false
  77. endpoints.trace.enabled=false
  78. endpoints.health.enabled=true
  79. endpoints.metrics.enabled=true
  80. endpoints.mappings.enabled=true
  81. endpoints.shutdown.enabled=true
  82. endpoints.shutdown.sensitive=false
  83.  
  84.  
  85.  
  86.  
  87. cron.show-message=false
  88.  
  89. FROM=+14843348265
  90.  
  91. APIVERSION = 001
  92. UPDATESOLDE = http://localhost:3000/rpc/pgrst_update_soldes_students
  93. UPDATESOLDETIERS = http://localhost:3000/rpc/pgrst_update_soldes
  94. SEANCETODISABLE = http://localhost:3000/rpc/pgrst_inactif_seances
  95. SEANCETOENABLE = http://localhost:3000/rpc/pgrst_acti_seances
  96.  
  97. GENERATE_ACTUALITE_TIERS = http://localhost:3000/rpc/pgrest_generate_actualite_tiers
  98. GENERATE_SEGMENT_TIERS = http://localhost:3000/rpc/pgrest_generate_segment_tiers
  99.  
  100. PATHTOSAVEFILEDB= pedagogy/
  101. PATHTOSAVEFILE2= C:/Apache24/htdocs/pedagogy/
  102. PATHTOSAVEFILE3 = C:/upload/
  103.  
  104. #logging:
  105. #path=./logs
  106. #level:
  107. #org.springframework:
  108. #security:DEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement