good save point

This commit is contained in:
2024-12-07 14:54:27 -06:00
parent f3b4b31b5a
commit a0395996dc
9 changed files with 119 additions and 22 deletions

9
cleanslate/.env Normal file
View File

@@ -0,0 +1,9 @@
AUTHENTICATION_SERVER_PORT=3001
CLIENT_PORT=2010
HASURA_GRAPHQL_ADMIN_SECRET=first-long-secret-value
HASURA_GRAPHQL_JWT_SECRET='{"type":"HS256","key":"11111-22222-33333-second-long-secret-value"}'
HASURA_PORT=8080
JWT_SIGNING_SECRET=second-long-secret-value
NEXT_PUBLIC_HASURA_DOMAIN=tsys1
POSTGRES_PASSWORD=1234
POSTGRES_PORT=20101