allow localhost in dev
This commit is contained in:
parent
388f67eb80
commit
a427c34dff
|
@ -1,2 +1,3 @@
|
|||
SPEJSTORE_CLIENT_ID=inventory
|
||||
SPEJSTORE_SECRET=secret
|
||||
SPEJSTORE_ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
|
|
Loading…
Reference in New Issue