# MarkBase環境變數配置範例 # API配置(server.rs:192) # restore_tree功能使用的API key與URL RESTORE_API_KEY=muser_your_api_key_here RESTORE_API_URL=http://localhost:3002/api/v1/files #伺服器配置 SERVER_PORT=11438 DB_DIR=data/users #日誌配置(未來實作) LOG_LEVEL=info # Runner配置(Gitea Actions) # 註冊Runner時取得的Token(僅首次註冊需要) # GITEA_RUNNER_TOKEN=your_runner_token_here # GITEA_INSTANCE=https://gitea.momentry.ddns.net