@@ -69,16 +69,16 @@ All configuration options are handled via environment variables
6969
7070` .env ` files are supported
7171
72- | Name | Description | Required |
73- | ---------------------------------------------------- | ---------------- -------------------------------------------------------------------------------------------------------------------| -------------------------------------|
74- | ` PN_F1_POSTGRES_URI ` | Fully qualified URI to your Postgres server (Example ` postgres://username:password@localhost/f1?sslmode=disable ` ) | Yes |
75- | ` PN_F1_AES_KEY ` | AES key used in tokens provided by the account server | Yes |
76- | ` PN_F1_AUTHENTICATION_SERVER_PORT ` | Port for the authentication server | Yes |
77- | ` PN_F1_SECURE_SERVER_HOST ` | Host name for the secure server (should point to the same address as the authentication server) | Yes |
78- | ` PN_F1_SECURE_SERVER_PORT ` | Port for the secure server | Yes |
79- | ` PN_F1_ACCOUNT_GRPC_HOST ` | Host name for your account server gRPC service | Yes |
80- | ` PN_F1_ACCOUNT_GRPC_PORT ` | Port for your account server gRPC service | Yes |
81- | ` PN_F1_ACCOUNT_GRPC_API_KEY ` | API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
82- | ` PN_F1_FRIENDS_GRPC_HOST ` | Host name for your friends server gRPC service | Yes |
83- | ` PN_F1_FRIENDS_GRPC_PORT ` | Port for your friends server gRPC service | Yes |
84- | ` PN_F1_FRIENDS_GRPC_API_KEY ` | API key for your friends server gRPC service | No (Assumed to be an open gRPC API) |
72+ | Name | Description | Required |
73+ | ------------------------------------| -------------------------------------------------------------------------------------------------------------------| -------------------------------------|
74+ | ` PN_F1_POSTGRES_URI ` | Fully qualified URI to your Postgres server (Example ` postgres://username:password@localhost/f1?sslmode=disable ` ) | Yes |
75+ | ` PN_F1_AES_KEY ` | AES key used in tokens provided by the account server | Yes |
76+ | ` PN_F1_AUTHENTICATION_SERVER_PORT ` | Port for the authentication server | Yes |
77+ | ` PN_F1_SECURE_SERVER_HOST ` | Host name for the secure server (should point to the same address as the authentication server) | Yes |
78+ | ` PN_F1_SECURE_SERVER_PORT ` | Port for the secure server | Yes |
79+ | ` PN_F1_ACCOUNT_GRPC_HOST ` | Host name for your account server gRPC service | Yes |
80+ | ` PN_F1_ACCOUNT_GRPC_PORT ` | Port for your account server gRPC service | Yes |
81+ | ` PN_F1_ACCOUNT_GRPC_API_KEY ` | API key for your account server gRPC service | No (Assumed to be an open gRPC API) |
82+ | ` PN_F1_FRIENDS_GRPC_HOST ` | Host name for your friends server gRPC service | Yes |
83+ | ` PN_F1_FRIENDS_GRPC_PORT ` | Port for your friends server gRPC service | Yes |
84+ | ` PN_F1_FRIENDS_GRPC_API_KEY ` | API key for your friends server gRPC service | No (Assumed to be an open gRPC API) |
0 commit comments