File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,3 +109,7 @@ pb_data/
109109pocketbase
110110vendor /
111111.idea
112+
113+ # Executables
114+ ConfigDN
115+ ConfigDN. *
Original file line number Diff line number Diff line change 99builds :
1010 - id : build_cgo
1111 main : ./
12- binary : configdn
12+ binary : ConfigDN
1313 ldflags :
1414 - -s -w -X github.com/dBuidl/ConfigDN.Version={{ .Version }}
1515 env :
@@ -21,7 +21,7 @@ builds:
2121
2222 - id : build_noncgo
2323 main : ./
24- binary : configdn
24+ binary : ConfigDN
2525 ldflags :
2626 - -s -w -X github.com/dBuidl/ConfigDN.Version={{ .Version }}
2727 env :
Original file line number Diff line number Diff line change 1- module liveconfig
1+ module github.com/dBuidl/ConfigDN
22
33go 1.19
44
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package main
22
33import (
44 "encoding/json"
5+ "github.com/dBuidl/ConfigDN/ui"
56 "github.com/labstack/echo/v5"
67 "github.com/pocketbase/dbx"
7- "liveconfig/ui"
88 "log"
99 "net/http"
1010 "os"
@@ -18,7 +18,7 @@ import (
1818 "github.com/pocketbase/pocketbase/plugins/jsvm"
1919 "github.com/pocketbase/pocketbase/plugins/migratecmd"
2020
21- _ "liveconfig /migrations"
21+ _ "github.com/dBuidl/ConfigDN /migrations"
2222)
2323
2424func main () {
You can’t perform that action at this time.
0 commit comments