netmaker/config/environments/dev.yaml

15 lines
847 B
YAML
Raw Normal View History

2021-03-26 00:17:52 +08:00
server:
2021-05-06 04:42:17 +08:00
apihost: "" # defaults to 127.0.0.1 or remote ip (SERVER_HOST) if DisableRemoteIPCheck is not set to true. SERVER_API_HOST if set
apiport: "" # defaults to 8081 or HTTP_PORT (if set)
masterkey: "" # defaults to 'secretkey' or MASTER_KEY (if set)
allowedorigin: "" # defaults to '*' or CORS_ALLOWED_ORIGIN (if set)
restbackend: "" # defaults to "on" or REST_BACKEND (if set)
agentbackend: "" # defaults to "on" or AGENT_BACKEND (if set)
clientmode: "" # defaults to "on" or CLIENT_MODE (if set)
dnsmode: "" # defaults to "on" or DNS_MODE (if set)
2021-08-19 02:55:41 +08:00
sqlconn: "" # defaults to "http://" or SQL_CONN (if set)
disableremoteipcheck: "" # defaults to "false" or DISABLE_REMOTE_IP_CHECK (if set)
2022-01-18 00:28:28 +08:00
version: "" # version of server
2022-01-18 00:30:33 +08:00
rce: "" # defaults to "off"
2022-07-29 01:16:50 +08:00
publicipservice: "" # defaults to "" or PUBLIC_IP_SERVICE (if set)