/appsettings.json (e854f84ffb2e8b8a755dfb74e19e34b16473d558) (235 bytes) (mode 100644) (type blob)

{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "Default": "server=127.0.0.1,1433; database=Vega; user id=SA; password=SqlServer19H@kle86"
   } 
}


Mode Type Size Ref File
100644 blob 3800 44b8bcfb84d588d48c224a97551d1bd0cc670d1b .gitignore
040000 tree - dfd3a313de6d7651d18587424e8edeee5c900fb9 .vscode
040000 tree - 22ba373de3b9f789923e849418021d48b7955b0e ClientApp
040000 tree - c0e7a609980f8032925983cf648806f7d227494b Controllers
040000 tree - 2800f002e832e8735662cb86d9ba0ae392a59a8c Mapping
040000 tree - a637e6af2091b47528e5586ae7209a33ecfa456c Migrations
040000 tree - 3d60ec1a4c4fb34f72639ea95f8ce08b3acc9590 Models
040000 tree - 17a7349693fb469939a47ce2c35c3f30da81049a Pages
040000 tree - 69439df697940b0e050d625866270453f0eb2b22 Persistence
100644 blob 623 8e8a8d9baed24835e00c662188e2effb7314b92a Program.cs
100644 blob 2545 9433e33a6ddbe03cc23404bcab9fc66f16ef53ab Startup.cs
100644 blob 146 a2880cbf1242973a2a8a38dd091d2787a3ec2005 appsettings.Development.json
100644 blob 235 e854f84ffb2e8b8a755dfb74e19e34b16473d558 appsettings.json
100644 blob 3210 6aa0993c0e1f25c2dacd9e7005e5135dbdb608ee vega.csproj
040000 tree - a063c34c6dce0da5a3394bf576519de473eec345 wwwroot
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/antcalatayud/vega

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/antcalatayud/vega

Clone this repository using git:
git clone git://git.rocketgit.com/user/antcalatayud/vega

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main