mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-07 17:20:58 -05:00
25 lines
452 B
Protocol Buffer Text Format
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
|
|
}
|
|
]
|