Skip to content

Commit

Permalink
edit readme; remove NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Seabock (Centific Technologies Inc) committed Aug 14, 2024
1 parent 81ea625 commit 4aea8a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ Please see the [section below](#add-an-identity-provider) for important informat

3. You can see the local running app at http://127.0.0.1:50505.

NOTE: You may find you need to set: MacOS: `export NODE_OPTIONS="--max-old-space-size=8192"` or Windows: `set NODE_OPTIONS=--max-old-space-size=8192` to avoid running out of memory when building the frontend.


### Deploy with the Azure CLI

#### Create the Azure App Service
Expand Down Expand Up @@ -297,6 +294,8 @@ Note: RBAC assignments can take a few minutes before becoming effective.
|AZURE_SQL_SERVER_CONNECTION_STRING|Yes||The connection string to use to connect to your Azure SQL Server instance|
|AZURE_SQL_SERVER_TABLE_SCHEMA|Yes||The table schema for your Azure SQL Server table. Must be surrounded by double quotes (`"`).|
|AZURE_SQL_SERVER_PORT||Not publicly available at this time.|The port to use to connect to your Azure SQL Server instance.|
|AZURE_SQL_SERVER_DATABASE_NAME||Not publicly available at this time.|
|AZURE_SQL_SERVER_DATABASE_SERVER||Not publicly available at this time.|

#### Chat with your data using Promptflow

Expand Down
2 changes: 0 additions & 2 deletions start.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@echo off

set NODE_OPTIONS=--max_old_space_size=8192

echo.
echo Restoring backend python packages
echo.
Expand Down
2 changes: 0 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

export NODE_OPTIONS=--max_old_space_size=8192

echo ""
echo "Restoring frontend npm packages"
echo ""
Expand Down

0 comments on commit 4aea8a6

Please sign in to comment.