This commit is contained in:
22
internal/config/testdata/settings.test.yml
vendored
Normal file
22
internal/config/testdata/settings.test.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user