Skip to content

Commit

Permalink
add application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Aug 5, 2024
1 parent 5e8063c commit 60fe33c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ tmitocar-service/export
tmitocar-service/tmitocar/
.vscode/settings.json
.project
tmitocar-service/src/main/resource/*.properties
application.properties
.env
19 changes: 19 additions & 0 deletions tmitocar-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
service.name=services.tmitocar
service.class=TmitocarServiceApplication
service.description=Service handling uploaded files.
tmitocar.api-docs.uri=http://localhost:8080

spring.security.oauth2.resourceserver.jwt.issuer-uri=
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=

spring.datasource.url=
spring.datasource.username=
spring.datasource.password=

spring.data.mongodb.uri=
spring.data.mongodb.database=sbf
privatekey=
publicKey=

xapi.url =
xapi.homepage =

0 comments on commit 60fe33c

Please sign in to comment.