No longer specifying google-apps domain from ENV var

http://docs.redash.io/en/latest/setup.html#users-google-authentication-setup
This commit is contained in:
Jeff Widman 2016-03-08 01:21:04 -08:00
parent 30066f6d04
commit 6393f0225a

View File

@ -11,7 +11,6 @@ redash:
REDASH_REDIS_URL: "redis://redis:6379/0" REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres" REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
REDASH_COOKIE_SECRET: veryverysecret REDASH_COOKIE_SECRET: veryverysecret
REDASH_GOOGLE_APPS_DOMAIN:
redis: redis:
image: redis:2.8 image: redis:2.8
postgres: postgres: