Skip to content

Commit

Permalink
Secret properties ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiessler committed Jun 6, 2024
1 parent 231d271 commit ebe41af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ inductive-knowledge-service.url=http://localhost:5001
#db.url=http://localhost:7200/repositories/app-data-repository
#db.url=http://gessi-chatbots.essi.upc.edu:7200/repositories/MApp-KG
db.url=http://gessi-chatbots.essi.upc.edu:7200/repositories/MApp-KG_dev
db.username=app_data_repository
db.password=******************
# db.username=app_data_repository
# db.password=******************
scanner-service.url=http://localhost:5500/export-data
max-days-reviews=365
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
rml.path=rml/extended.rml.ttl
server.port=3003
#spring.jpa.generate-ddl=true
logging.level.web = INFO
db.username=${DB_USERNAME}
db.password=${DB_PASSWORD}

##re_miner
#T^W#MP.wNk(7CsX#

0 comments on commit ebe41af

Please sign in to comment.