many structural changes
This commit is contained in:
1
data/etc/meson.build
Normal file
1
data/etc/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
install_data('sernatur.conf', install_dir: join_paths(get_option('prefix'), get_option('sysconfdir'), 'sernatur'))
|
9
data/etc/sernatur.conf
Normal file
9
data/etc/sernatur.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
database : {
|
||||
host = "localhost";
|
||||
port = 5432;
|
||||
options = "";
|
||||
gtty = "";
|
||||
db_name = "bdd";
|
||||
login = "bdd";
|
||||
pwd = "bdd";
|
||||
};
|
Reference in New Issue
Block a user