Files
TheGame/.env.sample
Pacien Boisson c684b9d836 Base architecture (#1)
* Hasura and base models

* Added role public SELECT permissions

* Added role player UPDATE permissions

* basic backend api

* Added SELECT permissions for player

* Update backend to typescript

* init app-react

* Add apollo

* graphql-codegen not working well...

* Added web3 to web app

* connecting frontend with web3

* Auth webhook verifies eth signature

* Update frontend to fetch player_id
2020-04-16 10:20:15 +02:00

10 lines
173 B
Plaintext

COMPOSE_PROJECT_NAME=the-game
DATABASE_USER=metagame
DATABASE_PASSWORD=metagame_secret
DATABASE_NAME=thegame
HASURA_GRAPHQL_ADMIN_SECRET=metagame_secret
HASURA_PORT=8080