diff --git a/.env_sample b/.env_sample index e4697d9..a8fd198 100644 --- a/.env_sample +++ b/.env_sample @@ -1,6 +1,7 @@ POSTGRES_USER=survivetestuser POSTGRES_PASSWORD=stpostgresuser123 POSTGRES_DB=survivedb +HASURA_GRAPHQL_PORT=8081 HASURA_GRAPHQL_ENDPOINT=http://localhost:8080/v1/graphql HASURA_ENDPOINT=http://localhost:8080 -HASURA_GRAPHQL_ADMIN_SECRET=secret \ No newline at end of file +HASURA_GRAPHQL_ADMIN_SECRET=secret