Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Validate App
permissions:
contents: read
packages: read
packages: write
uses: ./.github/workflows/_build-app.yml
with:
enable-cache: true
Expand All @@ -23,7 +23,7 @@ jobs:
name: Validate Builder
permissions:
contents: read
packages: read
packages: write
uses: ./.github/workflows/_build-builder.yml
with:
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This project includes command line tools for development and running the service

| Variable | Description | Default |
|----------|-------------|---------|
| `CLOUDNESS_DATABASE_DRIVER` | Database driver (postgres/mysql) | `postgres` |
| `CLOUDNESS_DATABASE_DRIVER` | Database driver (postgres/sqlite) | `postgres` |
| `CLOUDNESS_DATABASE_HOST` | Database host | `localhost` |
| `CLOUDNESS_DATABASE_PORT` | Database port | `5432` |
| `CLOUDNESS_DATABASE_NAME` | Database name | `cloudness` |
Expand Down
Loading