Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:50:01 +08:00
commit 0a3981a4f1
12 changed files with 1496 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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

View File

@@ -0,0 +1,13 @@
# 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

View File

@@ -0,0 +1,3 @@
# FirstSpirit CLI
.fs-cli/
.env