diff --git a/database/.env.dist b/database/.env.dist new file mode 100644 index 000000000..8488fb1bf --- /dev/null +++ b/database/.env.dist @@ -0,0 +1,7 @@ +DB_HOST=localhost +DB_PORT=3306 +DB_USER=root +DB_PASSWORD= +DB_DATABASE=gradido_community +MIGRATIONS_TABLE=migrations +MIGRATIONS_DIRECTORY=./migrations/ \ No newline at end of file