Skip to content

Commit f62d888

Browse files
committed
config
1 parent f388903 commit f62d888

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

config/blazer.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
data_sources:
44
main:
55
url: <%= ENV["BLAZER_DATABASE_URL"] || ENV["DATABASE_URL"] %>
6+
postgresml:
7+
url: <%= ENV["POSTGRESML_DATABASE_URL"] %>
68

79
# statement timeout, in seconds
810
# none by default
9-
# timeout: 15
11+
timeout: 15
1012

1113
# caching settings
1214
# can greatly improve speed
@@ -21,19 +23,19 @@ data_sources:
2123
# true by default
2224
# use_transaction: false
2325

24-
smart_variables:
26+
# smart_variables:
2527
# zone_id: "SELECT id, name FROM zones ORDER BY name ASC"
2628
# period: ["day", "week", "month"]
2729
# status: {0: "Active", 1: "Archived"}
2830

29-
linked_columns:
31+
# linked_columns:
3032
# user_id: "/admin/users/{value}"
3133

32-
smart_columns:
34+
# smart_columns:
3335
# user_id: "SELECT id, name FROM users WHERE id IN {value}"
3436

3537
# create audits
36-
audit: true
38+
audit: false
3739

3840
# change the time zone
3941
# time_zone: "Pacific Time (US & Canada)"

0 commit comments

Comments
 (0)