This commit is contained in:
26
config/settings.yml
Normal file
26
config/settings.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
app_secret: "override_me"
|
||||
app_secret_block: "override_me"
|
||||
path_prefix: "/opt/app-root"
|
||||
paths:
|
||||
credentials: "config/credentials"
|
||||
migrations: "migrations"
|
||||
public: "public"
|
||||
views: "views"
|
||||
idms:
|
||||
base_url: "https://identity.office.clintonambulance.com"
|
||||
cars_group_id: "01175d60-1a2c-4255-8976-32e6cb205341"
|
||||
match_threshold: 3
|
||||
nocodb:
|
||||
base_url: https://sheets.office.clintonambulance.com
|
||||
employees_table_id: "m12l1ptaalz9ciq"
|
||||
infractions_table_id: "myr46d3wdd4hhyg"
|
||||
negative_infraction_id: 9
|
||||
no_points_view_id: "vwjtzv5npqodcy71"
|
||||
oidc:
|
||||
issuer: "https://identity.office.clintonambulance.com/application/o/calculate-negative-points/"
|
||||
redirect_url: "https://calculatenegativepoints.office.clintonambulance.com"
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
- offline_access
|
||||
Reference in New Issue
Block a user