Created
February 3, 2018 11:02
-
-
Save rusith/eeaf1b853b97f034e1379358fda8b5e0 to your computer and use it in GitHub Desktop.
Genie Blog Post - Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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