diff --git a/.env.example b/.env.example index 8f76d033a..e1d18c586 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ # Database -# You use the provided remote test database, courtesy of the documenso team: postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a.oregon-postgres.render.com/documenso_test_e2i3 -# It is however recommend, that you set up a local Postgres SQL instance -# ⚠ WARNING: The test database can be resetted or taken offline at any point +# Option 1: You can use the provided remote test database, courtesy of the documenso team: postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a.oregon-postgres.render.com/documenso_test_e2i3 +# Option 2: Set up a local Postgres SQL instance (RECOMMENDED) +# ⚠ WARNING: The test database can be resetted or taken offline at any point. # ⚠ WARNING: Please be aware that nothing written to the test databae is private. DATABASE_URL=''