Skip to content

Commit

Permalink
Correct .dev.vars file name in doc (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
byn9826 authored Sep 7, 2024
1 parent 1f17371 commit 84f7b95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/auth-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ npm install
npm run build
cd server
# Configure your email-related environment variables in dev.vars
cp dev.vars.example dev.vars
cp .dev.vars.example .dev.vars
# Configure your email-related environment variables in .dev.vars
npm run dev:secret:generate
npm run dev:migration:apply
npm run dev:start
Expand All @@ -88,9 +88,9 @@ npm install
npm run build
cd server
# Add your PostgreSQL and Redis connection strings to dev.vars
# Configure your email-related environment variables in dev.vars
cp dev.vars.example dev.vars
cp .dev.vars.example .dev.vars
# Add your PostgreSQL and Redis connection strings to .dev.vars
# Configure your email-related environment variables in .dev.vars
npm run node:secret:generate
npm run node:migration:apply
npm run node:dev
Expand Down

0 comments on commit 84f7b95

Please sign in to comment.