Init Project

This commit is contained in:
fallen-angle
2022-01-12 18:42:07 +08:00
commit 0a5379c8f3
11 changed files with 710 additions and 0 deletions

9
main/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"nCovTrack-Backend/initialize"
)
func main() {
initialize.Initialize()
}

12
main/settings-dev.yml Normal file
View File

@@ -0,0 +1,12 @@
name: nConvTrack
port: 8080
host: 0.0.0.0
urlPrefix: /v1/
logPath: ./logs/
mysql:
host: myhost.fallen-angle.com
port: 3306
username: root
password: 13291004986@lm
database: nConvTrack