Configuration options for AI Studio gateway server
config.yml
app: host: 0.0.0.0 port: 8080 log: json: false redis: host: localhost port: 6379 postgres: driver: postgres url: postgres://aistudio@localhost:5432/aistudio?sslmode=disable max_idle_conns: 10 max_open_conns: 10 conn_max_life_time: 1m0s max_query_timeout: 1s ratelimiter: enabled: true type: sliding_window duration_in_seconds: 100 number_of_requests: 5000 ingester: enabled: true provider: clickhouse clickhouse: connection_url: clickhouse://localhost:9000/default table: token influx3: host: host token: token organization: organization database: database measurement: measurement
Show properties
host
port
app: host: localhost port: 8080
redis: host: localhost port: 6379 username: username password: password
redis: driver: postgres url: postgres://aistudio@localhost:5432/aistudio?sslmode=disable max_idle_conns: 10 max_open_conns: 10 conn_max_life_time: 1m0s max_query_timeout: 1s
Was this page helpful?