ken_nogi/NodeSrv/deploy/lightsail.env.example
Kenichiro NOGI ce58cb4be4 初回コミット: dev配下(NodeSrv/Pleasanter等)をGitea管理下に統合
GitHub(nextgroup2706/ken_nogi)は今後使わず自社Gitea運用に切替え。
NodeSrvは旧リポジトリの履歴を破棄しファイルのみ統合(Dokploy用サービスアカウントは
別途mygit-admin/NodeSrv.gitに履歴あり)。notepmエクスポート(12GB)とPleasanter
インストーラzip(208MB)はサイズが大きいため.gitignoreで除外。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-04 15:37:06 +09:00

18 lines
700 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AWS Lightsail API接続情報。
# 専用IAMユーザーAmazonLightsailFullAccessポリシーのアクセスキーを使用する。
# 実値は `deploy/lightsail.env`gitignore済み・コミットしないに記入する。
#
# 実行方法apps/app-portal/ をカレントディレクトリとして):
# node --env-file=../../deploy/lightsail.env scripts/lightsail-cli.js <command>
# または:
# npm run lightsail -- <command>
# IAMユーザーのアクセスキーID
AWS_ACCESS_KEY_ID=
# IAMユーザーのシークレットアクセスキー
AWS_SECRET_ACCESS_KEY=
# AWSリージョン既存Dokploy稼働Lightsailと同一リージョン
AWS_REGION=ap-northeast-1