Skip to content

Commit

Permalink
rename ENVs
Browse files Browse the repository at this point in the history
  • Loading branch information
lidotcircle committed Jul 31, 2023
1 parent 03da27d commit a613367
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/cmdcat.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#define ENV_SIZE 5
#endif

#define SERVER_PORT_ENVNAME "SERVER_PORT"
#define SERVER_PATH_ENVNAME "SERVER_PATH"
#define SERVER_DOMAIN_ENVNAME "SERVER_DOMAIN"
#define SERVER_TYPE_ENVNAME "SERVER_TYPE"
#define SERVER_PORT_ENVNAME "CMDCAT_SERVER_PORT"
#define SERVER_PATH_ENVNAME "CMDCAT_SERVER_PATH"
#define SERVER_DOMAIN_ENVNAME "CMDCAT_SERVER_DOMAIN"
#define SERVER_TYPE_ENVNAME "CMDCAT_SERVER_TYPE"

#define MAX_MESSAGE_SIZE (1 << 16)

Expand Down

0 comments on commit a613367

Please sign in to comment.