update docs to reflect api changes

This commit is contained in:
2018-06-07 21:03:35 +02:00
parent 7cf7924b96
commit f067eabd05
6 changed files with 20 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ import (
var vi *viper.Viper
var defaultConfig = `# Pixeldrain Web UI server configuration
api_url_external = "/api" # Used in the web browser, can be a relative path
api_url_external = "https://sia.pixeldrain.com/api" # Used in the web browser, should be a full URL. Not ending with a slash
api_url_internal = "http://127.0.0.1:8080/api" # Used for internal API requests to the pixeldrain server, not visible to users
static_resource_dir = "res/static"
template_dir = "res/template"