Skip to content

Commit

Permalink
chore: Remove Kerberos env variable reference from README
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniElectra committed Feb 11, 2025
1 parent fa11e43 commit 2a54e01
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Create a `.env` file with all of the necessary environment variables set. The va

Example:
```
PN_LM2_KERBEROS_PASSWORD=yourpassword
PN_LM2_AUTHENTICATION_SERVER_PORT=61001
PN_LM2_SECURE_SERVER_PORT=61002
...
```

Expand Down Expand Up @@ -69,16 +69,15 @@ All configuration options are handled via environment variables

`.env` files are supported

| Name | Description | Required |
|-------------------------------------|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|
| `PN_LM2_POSTGRES_URI` | Fully qualified URI to your Postgres server (Example `postgres://username:password@localhost/lm2?sslmode=disable`) | Yes |
| `PN_LM2_KERBEROS_PASSWORD` | Password used as part of the internal server data in Kerberos tickets | No (Default password `password` will be used) |
| `PN_LM2_AUTHENTICATION_SERVER_PORT` | Port for the authentication server | Yes |
| `PN_LM2_SECURE_SERVER_HOST` | Host name for the secure server (should point to the same address as the authentication server) | Yes |
| `PN_LM2_SECURE_SERVER_PORT` | Port for the secure server | Yes |
| `PN_LM2_ACCOUNT_GRPC_HOST` | Host name for your account server gRPC service | Yes |
| `PN_LM2_ACCOUNT_GRPC_PORT` | Port for your account server gRPC service | Yes |
| `PN_LM2_ACCOUNT_GRPC_API_KEY` | API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
| `PN_LM2_FRIENDS_GRPC_HOST` | Host name for your friends server gRPC service | Yes |
| `PN_LM2_FRIENDS_GRPC_PORT` | Port for your friends server gRPC service | Yes |
| `PN_LM2_FRIENDS_GRPC_API_KEY` | API key for your friends server gRPC service | No (Assumed to be an open gRPC API) |
| Name | Description | Required |
|-------------------------------------|--------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| `PN_LM2_POSTGRES_URI` | Fully qualified URI to your Postgres server (Example `postgres://username:password@localhost/lm2?sslmode=disable`) | Yes |
| `PN_LM2_AUTHENTICATION_SERVER_PORT` | Port for the authentication server | Yes |
| `PN_LM2_SECURE_SERVER_HOST` | Host name for the secure server (should point to the same address as the authentication server) | Yes |
| `PN_LM2_SECURE_SERVER_PORT` | Port for the secure server | Yes |
| `PN_LM2_ACCOUNT_GRPC_HOST` | Host name for your account server gRPC service | Yes |
| `PN_LM2_ACCOUNT_GRPC_PORT` | Port for your account server gRPC service | Yes |
| `PN_LM2_ACCOUNT_GRPC_API_KEY` | API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
| `PN_LM2_FRIENDS_GRPC_HOST` | Host name for your friends server gRPC service | Yes |
| `PN_LM2_FRIENDS_GRPC_PORT` | Port for your friends server gRPC service | Yes |
| `PN_LM2_FRIENDS_GRPC_API_KEY` | API key for your friends server gRPC service | No (Assumed to be an open gRPC API) |

0 comments on commit 2a54e01

Please sign in to comment.