Init Project
This commit is contained in:
9
main/main.go
Normal file
9
main/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"nCovTrack-Backend/initialize"
|
||||
)
|
||||
|
||||
func main() {
|
||||
initialize.Initialize()
|
||||
}
|
||||
12
main/settings-dev.yml
Normal file
12
main/settings-dev.yml
Normal 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
|
||||
Reference in New Issue
Block a user