Timothy Schenk
46649adfd8
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 23s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 32s
Build, Package and Push Images / container-build (push) Successful in 3m16s
Build, Package and Push Images / container-sbom-scan (push) Successful in 32s
requires base stats and parsing of values provided by user
17 lines
271 B
JSON
17 lines
271 B
JSON
{
|
|
"DB": {
|
|
"Username": "continuity",
|
|
"Host": "localhost",
|
|
"Password": "continuity",
|
|
"Database": "continuity",
|
|
"Port": "5432"
|
|
},
|
|
"Testing": {
|
|
"CreateAccountOnLogin": true
|
|
},
|
|
"Game":{
|
|
"Data":{
|
|
"Path": "../wk-data/"
|
|
}
|
|
}
|
|
}
|