Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions deploy_timemap/vars/example.vault.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
service_account:
email: service_account@account_name.iam.gserviceaccount.com
private_key: -----BEGIN PRIVATE YOUR_PRIVATE_KEY_HERE PRIVATE KEY-----\n
domain_name: 'your-domain-name.com'
application_name: 'forensic'
display_title: 'Your Title'
use_https: false
display_name: 'Your Display Name'
mapbox_token: your_mapbox_token
datasheet:
port: 4040
sheet_id: 'your-google-sheet-id'
timemap:
features:
USE_COVER: true
USE_TAGS: true
USE_SEARCH: true
USE_SITES: true
USE_SOURCES: true
CATEGORIES_AS_TAGS: true
# ...any features
store:
# ...any custom store values
ui:
# tiles: 'your-mapbox-map-id-'
style:
categories:
'your-category-label': 'your-colour'
narratives:
default:
stroke: 'none'
shapes:
default:
stroke: 'blue'
strokeWidth: 3
opacity: 0.9