Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

suxiaobu9/Bookkeeping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. User secret
# 進入到
cd {gitDir}\Bookkeeping\Bookkeeping

# 建立使用者的 user-secrets
dotnet user-secrets init --id 647e7628-55a7-4ce9-9cf5-a23436a78f88

# 設定 user-secrets 的 DB 連線資訊
dotnet user-secrets set "ConnectionStrings:DefaultConnection" "Server=;Database=;user id=;password="
dotnet user-secrets set "LineBot:ChannelAccessToken" ""
dotnet user-secrets set "LineBot:ChannelSecret" ""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published