Hayfeez / Forum

A multi-tenant forum application that will allow you integrate your application to provide forum functionalities for users of your application
0 stars 0 forks source link

No Config File #8

Open majordaniel opened 4 years ago

majordaniel commented 4 years ago

I am interested to suggest making this application a more robust one for enterprise integrations, will you provide more context to it and provide me with your config settings so I can get to understand the work so far on it. I am interested to be a contributor to the system development. Good Luck

Hayfeez commented 4 years ago

Wow. That'll be very nice. I could definitely do with more help.

Started it as a fun little stuff. Had to change so much after work began. Been unwilling and unable to map out a strategy or design and just keeps adding and removing as I deem fit. Lol

Would be sending you the config as well as the appsettings files and we could possibly have a discussion around it later today.

Thank you for the interest.

On Mon, 1 Jun 2020, 08:42 OGWU DANIEL IFEANYICHUKWU, < notifications@github.com> wrote:

I am interested to suggest making this application a more robust one for enterprise integrations, will you provide more context to it and provide me with your config settings so I can get to understand the work so far on it. I am interested to be a contributor to the system development. Good Luck

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Hayfeez/Forum/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6S63IKKSSLH3QXC7JNAHTRUNLXFANCNFSM4NPSZGTQ .

majordaniel commented 4 years ago

Ok, I will be waiting to get the Config and appsettings files. and hopefully we review your concept and work together.

Hayfeez commented 4 years ago

Here’s the app settings file. It’s a .net core 3.1 project

On 1 Jun 2020, at 10:08, OGWU DANIEL IFEANYICHUKWU notifications@github.com wrote:

Ok, I will be waiting to get the Config and appsettings files. and hopefully we review your concept and work together.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Hayfeez/Forum/issues/8#issuecomment-636720964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6S63KPYYNUVDQISBQRYXDRUNV2PANCNFSM4NPSZGTQ.

majordaniel commented 4 years ago

@Hayfeez Kindly Copy and paste the Files Here, so that i can pick it up, Awaiting

Hayfeez commented 4 years ago

{ "ConnectionStrings": { "DefaultConnection": "Data Source=irekedbsvr.database.windows.net;Initial Catalog=forumdb;Persist Security Info=True;User ID=dbadmin;Password=ireke@123", //"DefaultConnection": "Data Source=forumsvr.database.windows.net;Initial Catalog=forumdb;Persist Security Info=True;User ID=forumadmin;Password=Forum@pwd" // ,"ApplicationDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=Forum;Trusted_Connection=True;MultipleActiveResultSets=true" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AppConfig": { "RecaptchaSiteKey": "", "RecaptchaSecretKey": "", "SMTPServerHost": "smtp.gmail.com", //"smtp.cloud.sidmach.net.ng", "SMTPServerPort": "587", //"25", "SMTPServerUsername": "portalacademy2017@gmail.com", "SMTPServerPassword": "portal123academy", "SMTPDisplayAddress": "Forum", "SMTPSenderAddress": "no-reply@forum.ng" }, "AllowedHosts": "*" }