Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Nov 9, 2024
1 parent d229dfc commit d21c472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
- Database:ConnectionString=Host=postgres;Port=5432;Database=nuget-next;Username=token;Password=dd666666;
- Mirror:Enabled=true # 是否启用镜像源
- Mirror:PackageSource=https://api.nuget.org/v3/index.json # 镜像源,如果本地没有会自动从镜像源拉取
- RunMigrationsAtStartup:true # 是否在启动时运行迁移,如果是第一次启动请设置为true
- RunMigrationsAtStartup=true # 是否在启动时运行迁移,如果是第一次启动请设置为true

```

Expand Down Expand Up @@ -130,7 +130,7 @@ services:
- Database:ConnectionString=Server=mysql;Port=3306;Database=nuget-next;Uid=root;Pwd=dd666666;
- Mirror:Enabled=true # 是否启用镜像源
- Mirror:PackageSource=https://api.nuget.org/v3/index.json # 镜像源,如果本地没有会自动从镜像源拉取
- RunMigrationsAtStartup:true # 是否在启动时运行迁移,如果是第一次启动请设置为true
- RunMigrationsAtStartup=true # 是否在启动时运行迁移,如果是第一次启动请设置为true

```

Expand Down Expand Up @@ -158,7 +158,7 @@ services:
- Database:ConnectionString=Server=sqlserver;Database=nuget-next;User Id=sa;Password=dd666666;
- Mirror:Enabled=true # 是否启用镜像源
- Mirror:PackageSource=https://api.nuget.org/v3/index.json # 镜像源,如果本地没有会自动从镜像源拉取
- RunMigrationsAtStartup:true # 是否在启动时运行迁移,如果是第一次启动请设置为true
- RunMigrationsAtStartup=true # 是否在启动时运行迁移,如果是第一次启动请设置为true

```

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
- Database:ConnectionString=Data Source=/app/data/nuget.db
- Mirror:Enabled=true
- Mirror:PackageSource=https://api.nuget.org/v3/index.json
- RunMigrationsAtStartup:true # 是否在启动时运行迁移,如果是第一次启动请设置为true
- RunMigrationsAtStartup=true # 是否在启动时运行迁移,如果是第一次启动请设置为true

0 comments on commit d21c472

Please sign in to comment.