From ff42c146c320ab37e17b8e081586e139a150521b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 7 Feb 2019 18:18:42 +0100 Subject: [PATCH] Uncomment lines in .env.example [ci skip] --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 55e2e43d..775d99e8 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -# DB_DATABASE=travis_tenancy -# DB_USERNAME=foo -# DB_PASSWORD=bar \ No newline at end of file +DB_DATABASE=travis_tenancy +DB_USERNAME=foo +DB_PASSWORD=bar \ No newline at end of file