Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed May 27, 2024
1 parent 168cea9 commit 7929bc3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const val GITLAB = "gitlab"
const val GITEA = "gitea"
const val BITBUCKET = "bitbucket"

/**
* Configuration object that reads the test-properties.yaml file and provides access to its properties.
*/
object Configuration {
val model: ConfigModel by lazy {
val yaml = Yaml()
Expand Down Expand Up @@ -35,6 +38,7 @@ data class ConfigModel(
var gitlab: VcsModel = VcsModel("root", "VomkaEa6PD1OIgY7dQVbPUuO8wi9RMCaZw/i9yPXcI0=", "gitlab:8990", "http://localhost:8990"),
var gitea: VcsModel = VcsModel("test-admin", "test-admin", "gitea:3000", "http://localhost:3000"),

var vcsFacadeUrl: String = "http://localhost:8080",
var project: String = "test-project",
var repository: String = "test-repository",
var repository2: String = "test-repository-2",
Expand Down

0 comments on commit 7929bc3

Please sign in to comment.