changeset 1066:6323615ed193

config: default URL should include http scheme Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 24 Oct 2020 09:47:22 -0400
parents 6253a5651a47
children 824259d52d7e
files config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.c	Thu Aug 13 11:22:19 2020 -0400
+++ b/config.c	Sat Oct 24 09:47:22 2020 -0400
@@ -31,7 +31,7 @@
  */
 struct config config;
 
-static struct str exampledotcom = STR_STATIC_INITIALIZER("example.com");
+static struct str exampledotcom = STR_STATIC_INITIALIZER("http://example.com");
 static struct str slash = STR_STATIC_INITIALIZER("/");
 
 static void config_load_u64(struct val *lv, const char *vname,