mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Almir module: set a working default sqlalchemy_engine_url
This commit is contained in:
parent
8cc590710c
commit
1d5aecd356
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ in {
|
|||
};
|
||||
|
||||
sqlalchemy_engine_url = mkOption {
|
||||
default = "postgresql:///bacula";
|
||||
example = ''
|
||||
postgresql://bacula:bacula@localhost:5432/bacula
|
||||
mysql+mysqlconnector://<user>:<password>@<hostname>/<database>'
|
||||
|
|
Loading…
Reference in a new issue