blob: a7a29d1b92531f4ff9004048f4f2de2b932ea0a5 [file] [log] [blame]
Davit Tabidze71eecce2024-06-25 15:00:55 +04001baseURL = 'https://example.org/'
2languageCode = 'en-us'
3title = 'Dodo'
gio8fae3af2024-07-25 13:43:31 +04004[[headers]]
5 for = '/**'
6 [headers.values]
7 Content-Security-Policy = 'connect-src app.v1.dodo.cloud'
8 Referrer-Policy = 'strict-origin-when-cross-origin'
9 X-Content-Type-Options = 'nosniff'
Davit Tabidzeaec6d8a2024-07-29 18:30:09 +040010
11[params]
12 apiBaseURL = "https://app.v1.dodo.cloud"