22 lines
531 B
YAML
22 lines
531 B
YAML
app_secret: "app secret"
|
|
app_secret_block: "app secret block hash"
|
|
path_prefix: "."
|
|
paths:
|
|
migrations: "db/migrations"
|
|
credentials: "config/credentials"
|
|
match_threshold: 3
|
|
nocodb:
|
|
api_token: test
|
|
base_url: https://example.com
|
|
employees_table_id: "1234567890"
|
|
infractions_table_id: "2468013579"
|
|
negative_infraction_id: 1
|
|
no_points_view_id: "1357924680"
|
|
oidc:
|
|
issuer: http://example.com
|
|
redirect_url: http://example.com
|
|
idms:
|
|
base_url: https://example.com
|
|
cars_group_id: "1234"
|
|
id: "1234"
|
|
password: "5678" |