forked from CubeCraftLabs/CTXD
Stop tracking ctxd.yaml and add to .gitignore
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
# Runtime CTXD data/state
|
||||||
|
/data/oauth_state.json
|
||||||
|
/data/.ctxd.yaml.swp
|
||||||
|
/data/ctxd.db*
|
||||||
|
/data/ctxd.yaml
|
||||||
|
/data/snapshots/
|
||||||
|
/data/projects/
|
||||||
|
/data/users/
|
||||||
|
|
||||||
|
# Python cache
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
server:
|
|
||||||
host: 0.0.0.0
|
|
||||||
port: 9091
|
|
||||||
snapshots:
|
|
||||||
min_keep: 5
|
|
||||||
max_keep: 25
|
|
||||||
auth:
|
|
||||||
enabled: true
|
|
||||||
api_key: Fa50-7cg5x6ObyFjJCjBYQkaNhGF5gMBJluVY6C1OwE
|
|
||||||
seed:
|
|
||||||
admin_user: admin
|
|
||||||
admin_display: Administrator
|
|
||||||
service_user: hermes-gateway
|
|
||||||
service_display: Hermes Agent
|
|
||||||
Reference in New Issue
Block a user