Updating .gitignore
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
.DS_Store
|
||||||
|
khdb.txt
|
||||||
|
khdb.txt.zip
|
||||||
|
ElysiumSettings.txt
|
||||||
|
/Reports
|
36
ElysiumSettings.txt.sample
Normal file
36
ElysiumSettings.txt.sample
Normal file
@@ -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
|
Reference in New Issue
Block a user