diff --git a/.env.example b/.env.example index 4b69c57..b9ea71e 100644 --- a/.env.example +++ b/.env.example @@ -5,5 +5,4 @@ DB_PORT= DB_USER= DB_PASSWORD= DB_NAME= -MARIADB_URL_0= -MARIADB_URL_1= +DB_URL= diff --git a/settings/settings.yml b/settings/settings.yml deleted file mode 100644 index eff3ddf..0000000 --- a/settings/settings.yml +++ /dev/null @@ -1,9 +0,0 @@ -host: localhost -port: 8080 - -database: - host: localhost - port: 3306 - user: root - password: rootroot - name: max_inventory