Skip to content

Commit 586df3d

Browse files
committed
add new example config, update checksums
1 parent 3700974 commit 586df3d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

templates/remote-includes/checksums.sha256.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
8d06a35ce75ba0171d46727caf7bf7555974b19841c8928e4e2e1e0db6d1de0d node.yaml
44
cfcbb883c2be2fd0f27db03d9e4d6cc34fc8f5e4493555609266ab809b9af9d5 php.yaml
55
edf83f09fbaa8e00ce6ffb1fbcd63db1ad8f33bd463000a1613ece46666ced17 python.yaml
6+
18ea398730ecb28b68a874827a924d251824e7dc680e0bf784de7e348d05de18 shared-settings.yaml
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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:

templates/stackup.dist.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: laravel application stack
33
version: 1.0.0
44

55
settings:
6+
anonymous-stats: true
67
exit-on-checksum-mismatch: false
78
dotenv: ['.env', '.env.local']
89
checksum-verification: false
@@ -13,6 +14,7 @@ settings:
1314
- raw.githubusercontent.com
1415
- '*.githubusercontent.com'
1516
- api.github.com
17+
- app.posthog.com
1618
defaults:
1719
tasks:
1820
silent: false

0 commit comments

Comments
 (0)