You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
306 B
9 lines
306 B
# Salin ke .env dan isi nilai asli. File .env di-ignore Git. |
|
|
|
# SQL Server — dipakai database/scripts/inspect_sqlserver.py |
|
LDAPWEB_SQLSERVER=host,1433 |
|
LDAPWEB_SQLDATABASE=dev_support |
|
LDAPWEB_SQLUSER= |
|
LDAPWEB_SQLPASSWORD= |
|
|
|
# Kosongkan LDAPWEB_SQLUSER dan LDAPWEB_SQLPASSWORD untuk Windows Authentication.
|
|
|