feat: domain finished

This commit is contained in:
Elton Minetto
2020-06-25 11:46:45 -03:00
commit 3db4550ee0
47 changed files with 2646 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// +build dev
package config
const (
MONGODB_HOST = "mongodb://127.0.0.1:27017"
MONGODB_DATABASE = "bookmark"
MONGODB_CONNECTION_POOL = 5
API_PORT = 8080
PROMETHEUS_PUSHGATEWAY = "http://localhost:9091/"
)