Added ory kratos to docker compose file
This commit is contained in:
13
.env.sample
Normal file
13
.env.sample
Normal file
@@ -0,0 +1,13 @@
|
||||
# twitch-clone postgres
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=postgres
|
||||
|
||||
# Ory Kratos postgres
|
||||
KRATOS_POSTGRES_USER=kratos
|
||||
KRATOS_POSTGRES_PASSWORD=secret
|
||||
KRATOS_POSTGRES_DB=kratos
|
||||
|
||||
# Ory Kratos secrets
|
||||
KRATOS_COOKIE_SECRET=secret
|
||||
KRATOS_CIPHER_SECRET=secret
|
||||
Reference in New Issue
Block a user