1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/nocodb/Makefile

6 lines
161 B
Makefile
Raw Permalink Normal View History

2023-12-19 23:58:35 +09:00
.env:
touch .env
chmod 600 .env
@echo POSTGRES_PASSWORD=$(shell openssl rand -hex 32) >> .env
@echo NC_AUTH_JWT_SECRET=$(shell openssl rand -hex 32) >> .env