mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-23 14:36:26 +08:00
update
This commit is contained in:
parent
0b97ce03ed
commit
54d759016e
2 changed files with 2 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -42,7 +42,7 @@ require (
|
|||
github.com/gotd/neo v0.1.5 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
||||
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
||||
github.com/jackc/pgx/v5 v5.4.3
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
|
|
1
main.go
1
main.go
|
@ -23,6 +23,7 @@ func main() {
|
|||
router := gin.Default()
|
||||
|
||||
godotenv.Load()
|
||||
godotenv.Load("teldrive.env")
|
||||
|
||||
utils.InitConfig()
|
||||
|
||||
|
|
Loading…
Reference in a new issue