mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
9d6d88ebff
Since we add `export` using `sed` in `bin/run`, there is no need to add `export` in **.env** anymore. Also, docker-compose's `env_file` option does not agree with `export`. Signed-off-by: John Wu <webmaster@leapoahead.com>
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
REDASH_STATIC_ASSETS_PATH="../rd_ui/app/"
|
|
REDASH_LOG_LEVEL="INFO"
|
|
REDASH_REDIS_URL=redis://localhost:6379/1
|
|
REDASH_DATABASE_URL="postgresql://redash"
|
|
REDASH_COOKIE_SECRET=veryverysecret
|
|
REDASH_GOOGLE_APPS_DOMAIN=
|