Skip to content

Commit

Permalink
chore: add new grpc conn settings
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jan 10, 2024
1 parent b88c7f4 commit 76a3376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"
| server.http_port | The HTTP port on which to serve the Flipt REST API and UI | 8080 | |

Check failure on line 118 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Replace `|·The·HTTP·port·on·which·to·serve·the·Flipt·REST·API·and·UI······|·8080····|········` with `·············|·The·HTTP·port·on·which·to·serve·the·Flipt·REST·API·and·UI·············································|·8080······|·········`
| server.https_port | The HTTPS port on which to serve the Flipt REST API and UI | 443 | v0.8.0 |

Check failure on line 119 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Replace `|·The·HTTPS·port·on·which·to·serve·the·Flipt·REST·API·and·UI·····|·443·····|·v0.8.0` with `·············|·The·HTTPS·port·on·which·to·serve·the·Flipt·REST·API·and·UI············································|·443·······|·v0.8.0·`
| server.grpc_port | The port on which to serve the Flipt GRPC server | 9000 | |

Check failure on line 120 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Replace `|·The·port·on·which·to·serve·the·Flipt·GRPC·server···············|·9000····|` with `·············|·The·port·on·which·to·serve·the·Flipt·GRPC·server······················································|·9000······|·`
| server.grpc_conn_max_idle_time | Maximum amount of time a GRPC connection can be idle | unlimited | v1.35.0 |

Check failure on line 121 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Insert `·················································`
| server.grpc_conn_max_age | Maximum amount of time a GRPC connection can live | unlimited | v1.35.0 |

Check failure on line 122 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Replace `|·Maximum·amount·of·time·a·GRPC·connection·can·live·` with `······|·Maximum·amount·of·time·a·GRPC·connection·can·live·····················································`
| server.grpc_conn_max_age_grace | Maximum amount of time a GRPC connection can live for outstanding RPCs after exceeding `conn_max_age` | unlimited | v1.35.0 |
| server.cert_file | Path to the certificate file (if protocol is set to https) | | v0.8.0 |

Check failure on line 124 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / lint

Replace `|·Path·to·the·certificate·file·(if·protocol·is·set·to·https)·····|·········|·v0.8.0·` with `·············|·Path·to·the·certificate·file·(if·protocol·is·set·to·https)············································|···········|·v0.8.0··`
| server.cert_key | Path to the certificate key file (if protocol is set to https) | | v0.8.0 |

Expand Down

0 comments on commit 76a3376

Please sign in to comment.