Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/e6ef6b21866d60e42966c6a3e4e8c65ebd6b20c7/vendor/github.com/kelseyhightower/envconfig/env_syscall.go
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
// +build !appengine,!go1.5
|
|
|
|
package envconfig
|
|
|
|
import "syscall"
|
|
|
|
var lookupEnv = syscall.Getenv
|
|
|