posimai-kit/.env.example

13 lines
475 B
Plaintext

# .env.example
# このファイルをコピーして .env を作成してください。
# cp .env.example .env (macOS/Linux)
# copy .env.example .env (Windows)
#
# .env は絶対にコミットしないこと(.gitignore で除外済み)。
# チームで共有が必要な場合は、このファイルにキー名だけ残して値は空にする。
# 例
# DATABASE_URL=postgresql://localhost:5432/mydb
# API_SECRET_KEY=your_secret_here
# NODE_ENV=development