diff --git a/config.js.example b/config.js.example index b0185cd..456708f 100644 --- a/config.js.example +++ b/config.js.example @@ -1,3 +1,4 @@ upload.config.server = '' // Empty if the webapp is in the same place as the server // upload.config.server = 'https://yourserver.com/' // If the webapp is separated from the server - remember the trailing slash upload.config.api_key = 'c61540b5ceecd05092799f936e27755f' // Should be the same as the server, used for uploading +upload.config.contact_link = 'mailto:someemail@email' \ No newline at end of file diff --git a/index.html b/index.html index a8f9fae..f75a52c 100644 --- a/index.html +++ b/index.html @@ -370,7 +370,7 @@