From dd20758b39e625dbc3f54043707ce922b5527b93 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Fri, 29 Apr 2016 09:02:43 -0300 Subject: [PATCH] tenta resolver questao do .env2 --- .env.travis | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env.travis diff --git a/.env.travis b/.env.travis new file mode 100644 index 000000000..f7e186224 --- /dev/null +++ b/.env.travis @@ -0,0 +1,13 @@ +DATABASE_URL = postgresql://sapl:sapl@localhost:5432/sapl +SECRET_KEY=19&i+*nx9u%njkau+af4&hxjmq$sr%eownbla(uj8e(q5^io#v +DEBUG=True +NAME=sapl +USER=sapl +PASSWORD=sapl +HOST=localhost +PORT=5432 +EMAIL_USE_TLS = True +EMAIL_PORT = 587 +EMAIL_HOST = 'smtp.interlegis.leg.br' +EMAIL_HOST_USER = 'sapl-test' +EMAIL_HOST_PASSWORD = '2BhCwbGHcZ' \ No newline at end of file