mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
5 lines
161 B
Makefile
5 lines
161 B
Makefile
.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
|