diff --git a/las_tres.example.yml b/las_tres.example.yml new file mode 100644 index 0000000..619c688 --- /dev/null +++ b/las_tres.example.yml @@ -0,0 +1,9 @@ +--- +secrets: + - change_me_for_a_proper_secret_generated_with_pwgen +database: + dbname: lastres + host: localhost + port: 5432 + user: lastres + password: topsecret