Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
database settings, ldap auth, and slack integration
  • Loading branch information
SaneiSaya authored Jul 27, 2023
1 parent 21208ee commit a7ab770
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"database_type": "mysql+pymysql",
"database_user": "root",
"database_password": "root_password",
"database_address": "db",
"database_name": "enms",
"authentication": {
"method": "database",
"openldap": {
"address": "ldap://ldap.example.com",
"base_dn": "dc=example,dc=com"
}
},
"slack": {
"token": "your_slack_token_here"
}
}

0 comments on commit a7ab770

Please sign in to comment.