config.js.j2 346 B

1234
  1. upload.config.server = '' // Empty if the webapp is in the same place as the server
  2. // upload.config.server = 'https://yourserver.com/' // If the webapp is separated from the server - remember the trailing slash
  3. upload.config.api_key = '{{ api_key }}' // Should be the same as the server, used for uploading
  4. upload.config.footer = '{{ footer }}'