init: added template
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
server:
|
||||
http_listen_port: 4040
|
||||
|
||||
storage:
|
||||
backend: s3
|
||||
s3:
|
||||
bucket_name: pyroscope
|
||||
endpoint: ${S3_ENDPOINT}
|
||||
access_key_id: ${S3_ACCESS_KEY}
|
||||
secret_access_key: ${S3_SECRET_KEY}
|
||||
insecure: true
|
||||
|
||||
analytics:
|
||||
reporting_enabled: false
|
||||
Reference in New Issue
Block a user