summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9af76d6..055895c 100644
--- a/config.h
+++ b/config.h
@@ -1 +1,6 @@
-char *url = "https://sdccd.instructure.com/api/v1/users/self/files";
+enum {
+ cmdsize = 4096,
+ pathsize = 1024,
+};
+
+char *upload_key;