Skip to content

Instantly share code, notes, and snippets.

@rusith
Created February 3, 2018 11:02
Show Gist options
  • Select an option

  • Save rusith/eeaf1b853b97f034e1379358fda8b5e0 to your computer and use it in GitHub Desktop.

Select an option

Save rusith/eeaf1b853b97f034e1379358fda8b5e0 to your computer and use it in GitHub Desktop.
Genie Blog Post - Configuration
{
"connectionString":
"Server=localhost;Database=bestappdata;UID=root;Password=password",
"projectPath": "/home/rusith/Documents/Projects/BestAppEver/BackEnd/BestAppEver.DAL",
"baseNamespace": "BestAppEver.DAL",
"ProjectFile": "BestAppEver.DAL.csproj",
"dbms": "mysql",
"schema": "animus",
"abstractModelsLocation": "./../BestAppEver/Models/Data",
"abstractModelsNamespace": "BestAppEver.Models.Data"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment