diff --git a/.env.sample b/.env.sample index 871db80..669e014 100644 --- a/.env.sample +++ b/.env.sample @@ -1 +1 @@ -DATABASE_URL=postgres:://username:password@localhost/database_name \ No newline at end of file +DATABASE_URL=postgres://username:password@localhost/database_name \ No newline at end of file