dev.yaml 847 B

1234567891011121314
  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. masterkey: "" # defaults to 'secretkey' or MASTER_KEY (if set)
  5. allowedorigin: "" # defaults to '*' or CORS_ALLOWED_ORIGIN (if set)
  6. restbackend: "" # defaults to "on" or REST_BACKEND (if set)
  7. agentbackend: "" # defaults to "on" or AGENT_BACKEND (if set)
  8. clientmode: "" # defaults to "on" or CLIENT_MODE (if set)
  9. dnsmode: "" # defaults to "on" or DNS_MODE (if set)
  10. sqlconn: "" # defaults to "http://" or SQL_CONN (if set)
  11. disableremoteipcheck: "" # defaults to "false" or DISABLE_REMOTE_IP_CHECK (if set)
  12. version: "" # version of server
  13. rce: "" # defaults to "off"
  14. publicipservice: "" # defaults to "" or PUBLIC_IP_SERVICE (if set)