Imports the v0.9.2 documentation baseline and the bootstrap files required by docs/governance/repository-bootstrap-plan.md v0.1.0 §3, minus the justfile (added in the next commit). This commit establishes the git history for the project. All previous work lived only as filesystem state with no version control.
13 lines
326 B
Bash
13 lines
326 B
Bash
# Chanora local development environment example.
|
|
# Do not put real secrets in this file.
|
|
|
|
CHANORA_ENV=development
|
|
CHANORA_LOG_LEVEL=debug
|
|
|
|
# Optional local test server values.
|
|
# Never commit real server passwords.
|
|
CHANORA_TEST_SERVER_HOST=
|
|
CHANORA_TEST_SERVER_PORT=
|
|
CHANORA_TEST_SERVER_USERNAME=
|
|
CHANORA_TEST_SERVER_PASSWORD=
|