Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 0825478

Browse files
DoctorOggVicentGJ
authored andcommittedFeb 21, 2023
adding example env file
1 parent 9ec5c27 commit 0825478

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎example.env

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SECRET_KEY=RANDOM_STRING
2+
LDAP_DOMAIN=samba.example.com
3+
SEARCH_DN=DC=samba,DC=example,DC=com
4+
DEBUG=False
5+
USE_LOGGING=False
6+
ADMIN_GROUP=Domain Admins
7+
LDAP_SERVER=dc01.samba.example.com
8+
SICCIP_AWARE=False
9+
TIMEZONE=America/New_York

0 commit comments

Comments
 (0)
This repository has been archived.