Files
gh-rawe-claude-dev-skills-f…/skills/firstspirit-fs-cli/templates/.env.example.template
2025-11-30 08:50:01 +08:00

14 lines
277 B
Plaintext

# FirstSpirit Server Configuration
FS_HOST=localhost
FS_PORT=8000
FS_MODE=HTTP
FS_PROJECT=your-project-name
# FirstSpirit Credentials (KEEP SECRET - DO NOT COMMIT)
FS_USER=your-username
FS_PASSWORD=your-password
# fs-cli Configuration
FS_CLI_VERSION=4.8.6
FS_VERSION=2025.01