Skip to content

Commit

Permalink
feat: add GRPC_HOST to env
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Jun 6, 2024
1 parent d9ebf34 commit ddda687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def serve():
mode = Configurations.MODE
server_certificate = get_configs("SSL_CERTIFICATE")
private_key = get_configs("SSL_KEY")
hostname = get_configs("HOST")
hostname = get_configs("GRPC_HOST")
secure_port = get_configs("GRPC_SSL_PORT")
port = get_configs("GRPC_PORT")

Expand Down

0 comments on commit ddda687

Please sign in to comment.