navigator.share

This commit is contained in:
2019-06-04 20:14:25 +02:00
parent 1261563f31
commit 0b8d67a8eb
4 changed files with 17 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ type PixelWebConfig struct {
const DefaultConfig = `# Pixeldrain Web UI server configuration
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
api_url_external = "/api" # Used in the web browser
api_url_internal = "http://127.0.0.1:8080" # Used for internal API requests to the pixeldrain server, not visible to users
static_resource_dir = "res/static"
template_dir = "res/template"
debug_mode = false