Skip to content

Commit

Permalink
chore: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranwv committed Nov 27, 2024
1 parent e612fe5 commit adeae0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NUXT_APP_BASE_URL="/dev"

# Database connection URL.
NUXT_APP_DATABASE_URL="mysql://root:rootpassword@localhost:3306/test"
NUXT_APP_DATABASE_URL="mysql://root:root@localhost:3306/test"

# Request url.
NUXT_PUBLIC_REQUEST_BASE_URL="/api"
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NUXT_APP_BASE_URL="/"

# Database connection URL.
NUXT_APP_DATABASE_URL="mysql://root:rootpassword@localhost:3306/test"
NUXT_APP_DATABASE_URL="mysql://root:root@localhost:3306/test"

# Request url.
NUXT_PUBLIC_REQUEST_BASE_URL="/api"
2 changes: 1 addition & 1 deletion .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NUXT_APP_BASE_URL="/"

# Database connection URL.
NUXT_APP_DATABASE_URL="mysql://root:rootpassword@localhost:3306/test"
NUXT_APP_DATABASE_URL="mysql://root:root@localhost:3306/test"

# Request url.
NUXT_PUBLIC_REQUEST_BASE_URL="/api"

0 comments on commit adeae0a

Please sign in to comment.