mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-21 02:41:33 +03:00
ae7bad65ca
* chore: add types of schema * Ease codegen use on FE * chore: ignore prettier in generated files * lint: generated files * feature: strongly type filter of query * chore: ignore generated files in prettier * chore: eslint ignore generated files --------- Co-authored-by: Sammy Teillet <sammy.teillet@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
20 lines
980 B
Plaintext
20 lines
980 B
Plaintext
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/hasura
|
|
HASURA_GRAPHQL_PG_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/default
|
|
HASURA_GRAPHQL_ADMIN_SECRET: secret
|
|
HASURA_GRAPHQL_JWT_SECRET: '{"type":"HS256", "key": "jwt-very-long-hard-to-guess-secret"}'
|
|
HASURA_EVENT_HANDLER_URL: http://twenty-server:3000/hasura/events
|
|
|
|
HASURA_AUTH_SERVER_URL: http://localhost:4000
|
|
HASURA_AUTH_CLIENT_URL: http://localhost:3001/auth/callback
|
|
HASURA_AUTH_PROVIDER_GOOGLE_CLIENT_ID: REPLACE_ME
|
|
HASURA_AUTH_PROVIDER_GOOGLE_CLIENT_SECRET: REPLACE_ME
|
|
HASURA_AUTH_GRAPHQL_URL: http://twenty-hasura:8080/v1/graphql
|
|
|
|
FRONT_REACT_APP_API_URL=http://localhost:8080
|
|
FRONT_REACT_APP_AUTH_URL=http://localhost:4000
|
|
FRONT_HASURA_GRAPHQL_ENDPOINT=http://twenty-hasura:8080/v1/graphql
|
|
|
|
SERVER_HASURA_EVENT_HANDLER_SECRET_HEADER: secret
|
|
SERVER_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/default
|
|
|
|
POSTGRES_PASSWORD=postgrespassword |