blob: 33885f9dce6828b25ea2886642d94bac1fd9c9af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[interface]
#This is the name at the top right and left of the Prewikka interface
#You can change it or leave as is
software: Prewikka
place: company ltd.
title: Prelude management
#The following are the setting for your prelude database
[idmef_database]
type: mysql
host: localhost
user: prelude
pass: prelude
name: prelude
#This is the database information for the prewikka DB you created above
[database]
type: mysql
host: localhost
user: prelude
pass: prelude
name: prewikka
#You can comment this out to stop logs from writing to stderr
[log stderr]
#No real need to edit this except to increase/decrease expiration time
[auth loginpassword]
expiration: 60
|