プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

create makefile

Kohei Watanabe (Dec 19, 2023, 2:37 PM +0900) f1780f54 87aeeafd

+7
+7
hasura-rest/Makefile
··· 1 + .env: 2 + touch .env 3 + chmod 600 .env 4 + echo POSTGRES_PASSWORD=$(shell openssl rand -hex 32) >> .env 5 + echo HASURA_GRAPHQL_ADMIN_SECRET=$(shell openssl rand -hex 32) >> .env 6 + echo HASURA_GRAPHQL_JWT_SECRET='{"type":"HS256","key":"$(shell openssl rand -hex 32)"}' >> .env 7 + echo JWT_SECRET=$(shell openssl rand -hex 32) >> .env