mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-26 04:51:34 +02:00
Stop tracking policy.yaml and add it to .gitignore
This commit is contained in:
@@ -53,6 +53,7 @@ htmlcov/
|
||||
# Config
|
||||
config.yaml
|
||||
config.yaml.backup
|
||||
policy.yaml
|
||||
identity.json
|
||||
|
||||
# Data
|
||||
|
||||
-20
@@ -1,20 +0,0 @@
|
||||
policy_engine:
|
||||
enabled: false
|
||||
default_action: allow
|
||||
rules:
|
||||
- id: 1
|
||||
name: Drop GRP_DATA
|
||||
enabled: true
|
||||
if:
|
||||
all:
|
||||
- field: payload_type
|
||||
op: equals
|
||||
value: 6
|
||||
then:
|
||||
action: drop
|
||||
objects:
|
||||
channel_hash_groups: {}
|
||||
pubkey_groups: {}
|
||||
groups:
|
||||
channel_hashes: []
|
||||
pubkeys: []
|
||||
Reference in New Issue
Block a user