1
0
Fork 0
forked from cisti/infra
infra/roles/up1/templates/config.js.j2

5 lines
346 B
Text
Raw Normal View History

2020-10-02 23:31:41 +02:00
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 = '{{ api_key }}' // Should be the same as the server, used for uploading
upload.config.footer = '{{ footer }}'