closer to a full instrumentation stack

This commit is contained in:
2024-12-07 17:05:02 -06:00
parent 7a29dbd3c7
commit eb2f116d7b
18 changed files with 52 additions and 84 deletions

9
inprep/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