Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/b0c2a977a7df59aa32334bcc7fffca75c535f801/vendor/github.com/kelseyhightower/envconfig/doc.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

8 lines
364 B

// Copyright (c) 2013 Kelsey Hightower. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in
// the LICENSE file.
// Package envconfig implements decoding of environment variables based on a user
// defined specification. A typical use is using environment variables for
// configuration settings.
package envconfig