Skip to content

Commit

Permalink
Merge pull request #516 from DefGuard/dev
Browse files Browse the repository at this point in the history
Merge dev into main
  • Loading branch information
wojcik91 authored Jan 23, 2024
2 parents 5571834 + 0c15f1c commit e568697
Show file tree
Hide file tree
Showing 169 changed files with 5,284 additions and 2,538 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ DEFGUARD_AUTH_SESSION_LIFETIME=604800
DEFGUARD_ADMIN_GROUPNAME=admin
DEFGUARD_DEFAULT_ADMIN_PASSWORD=pass123

### Proxy configuration ###
# Optional. URL of proxy gRPC server
# DEFGUARD_PROXY_URL: http://localhost:50051

### LDAP configuration ###
DEFGUARD_LDAP_URL=ldap://localhost:389
DEFGUARD_LDAP_SERVICE_PASSWORD=adminpassword
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
test:
runs-on: [self-hosted, Linux]
container: rust:1.74
container: rust:1.75

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
rustdoc:
runs-on: [self-hosted, Linux]
container: rust:1.74
container: rust:1.75
services:
postgres:
image: postgres:15-alpine
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e568697

Please sign in to comment.