new 1
This commit is contained in:
parent
9d86fd33c6
commit
da94a4b7b0
7 changed files with 133 additions and 246 deletions
19
pages/const.go
Normal file
19
pages/const.go
Normal file
|
@ -0,0 +1,19 @@
|
|||
package pages
|
||||
|
||||
const (
|
||||
DefaultGiteaServer = "https://gitea.com"
|
||||
DefaultGiteaToken = ""
|
||||
DefaultGiteaBranch = "public"
|
||||
|
||||
DefaultPageBaseDomain = "example.com"
|
||||
|
||||
DefauleConfigPath = "./config.yaml"
|
||||
|
||||
ENV_PAGE_GiteaServer = "GiteaServer"
|
||||
ENV_PAGE_GiteaToken = "GiteaToken"
|
||||
ENV_PAGE_GiteaBranch = "GiteaBranch"
|
||||
|
||||
ENV_PAGE_PageBaseDomain = "PageBaseDomain"
|
||||
|
||||
ENV_PAGE_ConfigPath = "PageConfigPath"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue