forked from kemitix/git-next
fix: add example email config to server default template
This commit is contained in:
parent
6bc4b7b143
commit
637abb50cd
1 changed files with 9 additions and 6 deletions
|
@ -9,6 +9,15 @@ url = "https://localhost:8080" # don't include any query path or a trailing slas
|
||||||
[shout] # where updates from git-next should be sent to alert the user
|
[shout] # where updates from git-next should be sent to alert the user
|
||||||
# webhook = { url = "https//localhost:9090", secret = "secret-password" }
|
# webhook = { url = "https//localhost:9090", secret = "secret-password" }
|
||||||
|
|
||||||
|
# [shout.email]
|
||||||
|
# from = "git-next@example.com"
|
||||||
|
# to = "developer@example.com"
|
||||||
|
#
|
||||||
|
# [shout.email.smtp]
|
||||||
|
# hostname = "smtp.example.com"
|
||||||
|
# username = "git-next@example.com"
|
||||||
|
# password = "MySecretEmailPassword42"
|
||||||
|
|
||||||
[storage] # where local copies of repositories will be cloned (bare) into
|
[storage] # where local copies of repositories will be cloned (bare) into
|
||||||
path = "./data"
|
path = "./data"
|
||||||
|
|
||||||
|
@ -23,9 +32,3 @@ path = "./data"
|
||||||
# [forge.default.repos] # the repos at the forge to manage
|
# [forge.default.repos] # the repos at the forge to manage
|
||||||
# hello = { repo = "bob/hello", branch = "main", gitdir = "/opt/git/projects/bob/hello.git" }
|
# hello = { repo = "bob/hello", branch = "main", gitdir = "/opt/git/projects/bob/hello.git" }
|
||||||
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
||||||
# hello = { repo = "bob/hello", branch = "main", gitdir = "/opt/git/projects/bob/hello.git" }
|
|
||||||
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
|
||||||
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
|
||||||
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
|
||||||
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
|
||||||
# world = { repo = "bob/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" }
|
|
||||||
|
|
Loading…
Reference in a new issue