You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
See either ACCU4.com or the CHRC App backend for reference. I REALLY like having DNN's web.config in the OHS project, but have avoided it mostly because (even though these repos are private) it includes things like SQL database account/login/passw info.
So to make this a little safer, this is the process. I have no idea if we should or how we would help account for this in this project or is it just a manual, post-deploy setup step.
Steps:
create a new file app/webConnections.config
add this file to .gitignore
copy the SQL connection info from web.config (at appx line 37) in to app/webConnections.config and save/upload, so it is just this:
See either ACCU4.com or the CHRC App backend for reference. I REALLY like having DNN's web.config in the OHS project, but have avoided it mostly because (even though these repos are private) it includes things like SQL database account/login/passw info.
So to make this a little safer, this is the process. I have no idea if we should or how we would help account for this in this project or is it just a manual, post-deploy setup step.
Steps:
So we are just moving the sensitive info to an include and git ignoring it.
The text was updated successfully, but these errors were encountered: