mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
6 lines
161 B
Makefile
6 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
|