Skip to content
Snippets Groups Projects

Featutr/add profiles stagging env

Merged Baptiste Toulemonde requested to merge featutr/add_profiles_stagging_env into master
Files
8
+ 50
0
# 1. For pretty print
spring.jackson.serialization.indent-output=true
#2. Application configuration.
server.port=8080
# 3. MongoDB configuration.
#spring.data.mongodb.uri=mongodb://admin:adminadmin@mongo2.f2ds.svc.cluster.local:27017/fdp?authSource=admin
spring.data.mongodb.host=146.59.2.87
spring.data.mongodb.port=27017
spring.data.mongodb.database=fdp
spring.data.mongodb.authentication-database=admin
spring.data.mongodb.username=admin
spring.data.mongodb.password=adminadmin
# 4. Logging configuration.
logging.level.com.assignment.springboot.mongo=DEBUG
logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} - %msg%n
# 5. CORS
cors.allowed-origins = http://localhost:4200
# 6.JWT
smartharvester.app.jwt.header=Authorization
smartharvester.app.jwtSecret=dora
smartharvester.app.jwtExpirationMs=86400000
smartharvester.app.jwt.route.authentication.path=/auth
smartharvester.app.jwt.route.authentication.refresh=/refresh
# 7. Swagger
springdoc.api-docs.path=/smart-docs
springdoc.swagger-ui.path=/smart-harvester/open-api.html
springdoc.model-and-view-allowed=false
# 8. Error Handling
server.error.whitelabel.enabled=false
server.error.path=/error
#9. F2DS Settings Filename
f2dp.settings.filename=/f2pconf/settings.json
spring.security.oauth2.client.provider.oidc.issuer-uri=https://iam-pillar.cloud.cnaf.infn.it/
spring.security.oauth2.client.registration.oidc.client-id=a03a6ac2-acfe-4916-9d0f-db874ea94e75
spring.security.oauth2.client.registration.oidc.client-secret=cLONCJ8MccdHwobCEMSl_sYDJGKpmBxH16SyiRIBx8XeoDa2ZLwzTvF_aVoEeOt3h2sNbZqltRqhfHKeI3g7Dw
spring.security.oauth2.client.registration.oidc.scope=address,phone,openid,email,profile
spring.security.oauth2.client.registration.oidc.redirect-uri=http://localhost:4200/callback
\ No newline at end of file
Loading