4 lines
381 B
Text
4 lines
381 B
Text
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'
|