File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
data_sources :
4
4
main :
5
5
url : <%= ENV["BLAZER_DATABASE_URL"] || ENV["DATABASE_URL"] %>
6
+ postgresml :
7
+ url : <%= ENV["POSTGRESML_DATABASE_URL"] %>
6
8
7
9
# statement timeout, in seconds
8
10
# none by default
9
- # timeout: 15
11
+ timeout : 15
10
12
11
13
# caching settings
12
14
# can greatly improve speed
@@ -21,19 +23,19 @@ data_sources:
21
23
# true by default
22
24
# use_transaction: false
23
25
24
- smart_variables :
26
+ # smart_variables:
25
27
# zone_id: "SELECT id, name FROM zones ORDER BY name ASC"
26
28
# period: ["day", "week", "month"]
27
29
# status: {0: "Active", 1: "Archived"}
28
30
29
- linked_columns :
31
+ # linked_columns:
30
32
# user_id: "/admin/users/{value}"
31
33
32
- smart_columns :
34
+ # smart_columns:
33
35
# user_id: "SELECT id, name FROM users WHERE id IN {value}"
34
36
35
37
# create audits
36
- audit : true
38
+ audit : false
37
39
38
40
# change the time zone
39
41
# time_zone: "Pacific Time (US & Canada)"
You can’t perform that action at this time.
0 commit comments