您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1.5KB

Environments & Connection Reference

Document actual environment details here as they become known for this project.

Runtime Versions

  • Classic ASP / IIS version:
  • VB6 runtime / OS target:
  • .NET version:
  • PHP version:

Build / Test / Lint Commands

Filled in per stack the first time a spec needs it (per .devfoundry/skills/spec-interview.md step 7). Do not guess these — ask the user.

  • Build:
  • Test:
  • Lint:

Connection String Patterns

Never write a real password, API key, or secret into this file. Use a placeholder (e.g. <from secret store: DB_PASSWORD>) and name where the real value lives (environment variable, Windows Credential Manager, appsettings secrets, etc.) instead of the literal value.

  • Access (OLEDB): Provider=Microsoft.ACE.OLEDB.12.0;Data Source=<path>.accdb;
  • SQLite: Data Source=<path>.db;Version=3;
  • SQL Server: Server=<host>;Database=<db>;User Id=<user>;Password=<PLACEHOLDER - see secret store>;
  • Postgres: Host=<host>;Database=<db>;Username=<user>;Password=<PLACEHOLDER - see secret store>;

Driver Notes

  • Note 32-bit vs 64-bit driver requirements per application here.

Legacy Error Log

Classic ASP / VB6 / Access components log handled errors (per .devfoundry/rules/legacy-asp-vb6.md) to a flat file. Record the actual path(s) here once known for this project, e.g.:

  • Log file path:
  • Format: one line per error — timestamp, source module/function, Err.Number, Err.Description.
  • Rotation/retention policy:

Powered by TurnKey Linux.