diff options
author | Teddy Wing | 2018-11-09 14:19:24 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-09 14:19:24 +0100 |
commit | ff4a601cf4dd678ae0d1f939de313a5eba012905 (patch) | |
tree | 75b9aed38b10fe7a6cb0678d774bc2bbc936596c | |
parent | 0adf21fde393ea7f0316115d48bfab7fa860771f (diff) | |
download | dome-key-web-ff4a601cf4dd678ae0d1f939de313a5eba012905.tar.bz2 |
Remove Migrant.toml
No longer used after switching migration runners.
-rw-r--r-- | license-generator/Migrant.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/license-generator/Migrant.toml b/license-generator/Migrant.toml deleted file mode 100644 index e6ce3b7..0000000 --- a/license-generator/Migrant.toml +++ /dev/null @@ -1,10 +0,0 @@ -database_type = "mysql" - -database_name = "env:DATABASE_NAME" -database_user = "env:DATABASE_USER" -database_password = "env:DATABASE_PASSWORD" - -database_host = "env:DATABASE_HOST" # default "localhost" -database_port = "env:DATABASE_PORT" # default "3306" - -[database_params] |