Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/20-django-api-token' into 20-dja…
Browse files Browse the repository at this point in the history
…ngo-api-token
  • Loading branch information
skoulouzis committed Sep 8, 2023
2 parents 6e52198 + 01c3d53 commit 6e47884
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tilt/helm-values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ global:
vreapi: "/vre-api-test"
vreapp: "/vreapp"

vreapi:
secret_key: "dev_secret_key_vreapi"
auth:
superuser_email: "[email protected]"
superuser_username: "admin"
superuser_password: "admin"
username: "user"
password: "user"
token: "secrettoken"



vreapp:
secret_key: "dev_secret_key_vreapp"

0 comments on commit 6e47884

Please sign in to comment.