ken_nogi/Pleasanter/config.example.json
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

8 lines
378 B
JSON
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.

{
"BaseUrl": "http://your-pleasanter-server/",
"ApiKey": "発行APIキー貼付get-site-config.js等API系ツール用",
"ApiVersion": "1.1",
"LoginId": "画面HTML取得(get-page-html.js)用途のみ必要。ログインID",
"Password": "画面HTML取得(get-page-html.js)用途のみ必要。パスワード。環境変数PLEASANTER_LOGIN_PASSWORDでも可"
}