Yes, just do `go run main.go` that will start hydra without
database or remove the DATABASE_URL in docker-compose.yml
--
You received this message because you are subscribed to the Google Groups "ory-hydra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ory-hydra+...@googlegroups.com.
To post to this group, send email to ory-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/0b43b33a-81cd-4bb7-a7a5-f97dfbe9e03f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ah it might be possible that the database URL was saved to
`/root/.hydra.yml`. try deleting the volume using `docker volume
ls` `docker volume rm <id>` (should be something like
hydra_hydravolume). make sure that you run `docker-compose kill`
before.
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/eac74c84-f56c-4a30-b63a-7b60f42c4239%40googlegroups.com.
I might have to fix what get's written in they .hydra.yml file.
Right now the system secret must be > 32 byte in order for AES
to be 256bit strong. I will change that however to
sha265(password)[:32] so passwords can be shorter
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/f71b21fc-3bc2-4a4d-9311-dca0f297a340%40googlegroups.com.