-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
41 lines (33 loc) · 954 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# GOPROXY_CUSTOM := https://goproxy.cn
# GOPROXY_CUSTOM?=https://gocenter.io
# GOPROXY_CUSTOM?=https://athens.azurefd.net
# tc01: 192.168.0.13
# TC01_LAN?=192.168.0.13
# Redirect error output to a file, so we can show it in development mode.
# STDERR_CUSTOM?=/tmp/.$(PROJECTNAME)-stderr.txt
# PID file will keep the process id of the server
# PID_CUSTOM?=/tmp/.$(PROJECTNAME).pid
# CGO_ENABLED = $(shell go env CGO_ENABLED)
CGO_ENABLED ?= 0
COVER_TEST_TARGETS ?= ./...
# DOCKER_ORG_NAME ?= mut-cli
DOCKER_ORG_NAME ?= hedzr
DOCKER_APP_NAMES ?= is
DEFAULT_DOC_NAME ?= ./examples/demo/doc.go
# DEFAULT_SUBAPP_DOC_NAME ?= cmd/doc.go
BUILDER_COMMENT ?=
MAIN_BUILD_PKG ?= .
MAIN_APPS ?= ./_examples
SUB_APPS ?= small
MAIN_ENTRY_FILE ?= .
# Or: MAIN_ENTRY_FILE ?= main.go
# --
#
#
# MAIN_APPS = fluent demo ffdemo short wget-demo
# MAIN_BUILD_PKG = ./examples
# MAIN_ENTRY_FILE = .
#
# # MAIN_APPS = cli
# # MAIN_BUILD_PKG = .
# # MAIN_ENTRY_FILE = .