Files
trailbase/examples/tanstack-db-sync/traildepot/config.textproto
T

25 lines
452 B
Protocol Buffer Text Format

email {}
server {
application_name: "TanStack-DB TrailBase Example"
logs_retention_sec: 604800
}
auth {
auth_token_ttl_sec: 3600
refresh_token_ttl_sec: 2592000
}
jobs {}
record_apis: [
{
name: "todos"
table_name: "todos"
acl_world: [CREATE, READ, UPDATE, DELETE]
enable_subscriptions: true
},
{
name: "config"
table_name: "config"
acl_world: [CREATE, READ, UPDATE, DELETE]
enable_subscriptions: true
}
]