mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 21:38:32 +03:00
update example.config.js
This commit is contained in:
@@ -3,14 +3,17 @@ import BP from './lib/blueprinters'
|
|||||||
export default {
|
export default {
|
||||||
port: 4040,
|
port: 4040,
|
||||||
googleSheets: {
|
googleSheets: {
|
||||||
email: 'project-name@reliable-baptist-23338.iam.gserviceaccount.com',
|
email: 'SOME_SERVICE_ACCOUNT_EMAIL',
|
||||||
privateKey: 'SOME_PRIVATE_KEY',
|
privateKey: 'SOME_SERVICE_ACCOUNT_PRIVATE_KEY',
|
||||||
sheets: [
|
sheets: [
|
||||||
{
|
{
|
||||||
name: 'example',
|
name: 'example',
|
||||||
id: '1s-vfBR8Uy-B-TLO_C5Ozw4z-L0E3hdP8ohMV761ouRI',
|
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
|
||||||
tabs: {
|
tabs: {
|
||||||
objects: [BP.byRow]
|
export_events: [BP.byId, BP.byRow],
|
||||||
|
export_categories: [BP.byGroup, BP.byRow],
|
||||||
|
export_sites: BP.byRow,
|
||||||
|
export_tags: BP.byTree
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user