File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 3
3
8d06a35ce75ba0171d46727caf7bf7555974b19841c8928e4e2e1e0db6d1de0d node.yaml
4
4
cfcbb883c2be2fd0f27db03d9e4d6cc34fc8f5e4493555609266ab809b9af9d5 php.yaml
5
5
edf83f09fbaa8e00ce6ffb1fbcd63db1ad8f33bd463000a1613ece46666ced17 python.yaml
6
+ 18ea398730ecb28b68a874827a924d251824e7dc680e0bf784de7e348d05de18 shared-settings.yaml
Original file line number Diff line number Diff line change
1
+ template :
2
+ name : example shared configuration settings
3
+ version : 1.0.0
4
+ last-modified : 2023-Aug-04 19:11
5
+ author :
Patrick Organ <[email protected] >
6
+ description : example of shared configuration settings
7
+
8
+ settings :
9
+ domains :
10
+ allowed :
11
+ - ' *.githubusercontent.com'
12
+ - ' *.github.com'
13
+ - app.posthog.com
14
+
15
+ init :
16
+ preconditions :
17
+ tasks :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ description: laravel application stack
3
3
version : 1.0.0
4
4
5
5
settings :
6
+ anonymous-stats : true
6
7
exit-on-checksum-mismatch : false
7
8
dotenv : ['.env', '.env.local']
8
9
checksum-verification : false
@@ -13,6 +14,7 @@ settings:
13
14
- raw.githubusercontent.com
14
15
- ' *.githubusercontent.com'
15
16
- api.github.com
17
+ - app.posthog.com
16
18
defaults :
17
19
tasks :
18
20
silent : false
You can’t perform that action at this time.
0 commit comments