Change .env
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Prisma
|
# Prisma
|
||||||
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
|
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
|
||||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/pve-scripts-local"
|
|
||||||
REPO_URL="https://github.com/community-scripts/ProxmoxVE"
|
REPO_URL="https://github.com/community-scripts/ProxmoxVE"
|
||||||
REPO_BRANCH="main"
|
REPO_BRANCH="main"
|
||||||
SCRIPTS_DIRECTORY="scripts"
|
SCRIPTS_DIRECTORY="scripts"
|
||||||
|
|||||||
@@ -156,7 +156,6 @@ PVESciptslocal/
|
|||||||
|
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default |
|
||||||
|----------|-------------|---------|
|
|----------|-------------|---------|
|
||||||
| `DATABASE_URL` | PostgreSQL connection string | Required |
|
|
||||||
| `REPO_URL` | GitHub repository URL | Required |
|
| `REPO_URL` | GitHub repository URL | Required |
|
||||||
| `REPO_BRANCH` | Git branch to use | `main` |
|
| `REPO_BRANCH` | Git branch to use | `main` |
|
||||||
| `SCRIPTS_DIRECTORY` | Local scripts directory | `scripts/ct` |
|
| `SCRIPTS_DIRECTORY` | Local scripts directory | `scripts/ct` |
|
||||||
@@ -173,8 +172,7 @@ The application uses PostgreSQL with Prisma ORM. The database stores:
|
|||||||
## 🚀 Development
|
## 🚀 Development
|
||||||
|
|
||||||
### Prerequisites for Development
|
### Prerequisites for Development
|
||||||
- Node.js 18+
|
- Node.js 22+
|
||||||
- PostgreSQL or Docker
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
### Development Commands
|
### Development Commands
|
||||||
|
|||||||
Reference in New Issue
Block a user