From 05dc5060a483ec5a29dfe27a2e3aeabb95994dfe Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Fri, 22 Mar 2024 14:20:10 +0100 Subject: [PATCH] Updating .gitignore --- .gitignore | 5 +++++ ElysiumSettings.txt.sample | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .gitignore create mode 100644 ElysiumSettings.txt.sample diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b911196 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +khdb.txt +khdb.txt.zip +ElysiumSettings.txt +/Reports \ No newline at end of file diff --git a/ElysiumSettings.txt.sample b/ElysiumSettings.txt.sample new file mode 100644 index 0000000..aeb2750 --- /dev/null +++ b/ElysiumSettings.txt.sample @@ -0,0 +1,36 @@ +################################################## +## ____ ___ ____ _____ _ _ _____ _____ ## +## / ___/ _ \| _ \| ____| | \ | | ____|_ _| ## +## | | | | | | |_) | _| | \| | _| | | ## +## | |__| |_| | _ <| |___ _| |\ | |___ | | ## +## \____\__\_\_| \_\_____(_)_| \_|_____| |_| ## +## Move fast and fix things. ## +################################################## +## Project: Elysium ## +## File: ElysiumSettings.txt ## +## Version: 1.0 ## +## Support: support@cqre.net ## +################################################## + +# KHDB Settings +############### +storageAccountName = '' +containerName = '' +sasToken = '?' + +# Application Settings +###################### +InstallationPath= +ReportPathBase=/Reports +WeakPasswordsDatabase=khdb.txt +# TODO CheckOnlyEnabledUsers=true + +# Domain Settings +################# +# Domain 1 (rdm.cz) +Domain1Name=rdm.cz +Domain1DC=xxx.rdm.cz + +# Domain 2 (st.sk) +Domain2Name=st.sk +Domain2DC=yyy.st.sk