NikaMimi commited on
Commit
ddc5f1c
·
verified ·
1 Parent(s): 01c28b8

Delete config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +0 -22
config.yaml DELETED
@@ -1,22 +0,0 @@
1
- # NyaProxy Configuration File
2
- server:
3
- # The first key is the master key for the UI. You must add at least one key.
4
- api_key:
5
- - "your-secure-master-key"
6
- logging:
7
- enabled: true
8
- level: info
9
- dashboard:
10
- enabled: true
11
-
12
- # Define the backend services (upstreams) to proxy to. This is REQUIRED.
13
- upstreams:
14
- - name: "openai-api-service"
15
- api_endpoints:
16
- - "https://api.openai.com"
17
-
18
- # Define the rules for routing incoming requests. This is REQUIRED.
19
- routes:
20
- - name: "openai-v1-route"
21
- path_prefix: "/v1"
22
- upstream: "openai-api-service" # This must match the name of an upstream