Skip to content

Commit ad4cc1b

Browse files
Merge pull request #68 from PSNAppz/1.2.0
Add keymanager_sign_app_id to Settings configuration
2 parents 055aeb6 + 20339df commit ad4cc1b

File tree

1 file changed

+2
-0
lines changed
  • openg2p-spar-mapper-api/src/openg2p_spar_mapper_api

1 file changed

+2
-0
lines changed

openg2p-spar-mapper-api/src/openg2p_spar_mapper_api/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ class Settings(BaseSettings):
2424
db_hostname: str = "localhost"
2525
db_port: int = 5432
2626
db_dbname: str = "spardb"
27+
28+
keymanager_sign_app_id: str = "SPAR"

0 commit comments

Comments
 (0)