diff options
| author | Teddy Wing | 2018-11-09 02:21:42 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-09 02:26:12 +0100 |
| commit | 99092d0cddd5f6cf8a5294a666999d885e430ba3 (patch) | |
| tree | cb18ebfa2bb26b91810816a998901f36331327b3 /license-generator/.gitignore | |
| parent | f177451de4bdfe89a4141bcd9cbf2f0bb0aa059b (diff) | |
| download | dome-key-web-99092d0cddd5f6cf8a5294a666999d885e430ba3.tar.bz2 | |
Add database config
Use 'migrant' for migrations (https://crates.io/crates/migrant).
TOML config file generated and modified from `migrant init`.
Database connection parameters should be passed in though environment
variables, hence the '.env.sample'.
Diffstat (limited to 'license-generator/.gitignore')
| -rw-r--r-- | license-generator/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/license-generator/.gitignore b/license-generator/.gitignore index 53eaa21..7799b0d 100644 --- a/license-generator/.gitignore +++ b/license-generator/.gitignore @@ -1,2 +1,3 @@ /target **/*.rs.bk +/.env |
