dev.yaml 970 B

123456789101112131415
  1. server:
  2. apihost: "" # defaults to 127.0.0.1 or remote ip (SERVER_HOST) if DisableRemoteIPCheck is not set to true. SERVER_API_HOST if set
  3. apiport: "" # defaults to 8081 or HTTP_PORT (if set)
  4. grpchost: "" # defaults to 127.0.0.1 or remote ip (SERVER_HOST) if DisableRemoteIPCheck is not set to true. SERVER_GRPC_HOST if set.
  5. grpcport: "" # defaults to 50051 or GRPC_PORT (if set)
  6. masterkey: "" # defaults to 'secretkey' or MASTER_KEY (if set)
  7. allowedorigin: "" # defaults to '*' or CORS_ALLOWED_ORIGIN (if set)
  8. restbackend: "" # defaults to "on" or REST_BACKEND (if set)
  9. agentbackend: "" # defaults to "on" or AGENT_BACKEND (if set)
  10. clientmode: "" # defaults to "on" or CLIENT_MODE (if set)
  11. dnsmode: "" # defaults to "on" or DNS_MODE (if set)
  12. sqlconn: "" # defaults to "http://" or SQL_CONN (if set)
  13. disableremoteipcheck: "" # defaults to "false" or DISABLE_REMOTE_IP_CHECK (if set)
  14. version: "" # version of server
  15. rce: "" # defaults to "off"