Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffds-smart-harvester
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOSC-Pillar
FFDS
ffds-smart-harvester
Merge requests
!16
Featutr/add profiles stagging env
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Featutr/add profiles stagging env
featutr/add_profiles_stagging_env
into
master
Overview
0
Commits
6
Pipelines
0
Changes
8
Merged
Baptiste Toulemonde
requested to merge
featutr/add_profiles_stagging_env
into
master
3 years ago
Overview
0
Commits
6
Pipelines
0
Changes
8
Expand
0
0
Merge request reports
Compare
master
version 3
21342215
3 years ago
version 2
5b8f2cbe
3 years ago
version 1
deddc89c
3 years ago
master (base)
and
latest version
latest version
007e653e
6 commits,
3 years ago
version 3
21342215
5 commits,
3 years ago
version 2
5b8f2cbe
4 commits,
3 years ago
version 1
deddc89c
3 commits,
3 years ago
8 files
+
172
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
src/main/resources/application-dev.properties
0 → 100644
+
50
−
0
Options
# 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