Skip to content

Commit

Permalink
Change config.py.sample to hadoop master because it is used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Apr 26, 2021
1 parent ba0b805 commit c95dfc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions listenbrainz/config.py.sample
Expand Up @@ -80,11 +80,11 @@ PLAYING_NOW_MAX_DURATION = 10 * 60
# 'backup_count': 100, # optional
# }

LOG_SENTRY = {
'dsn':'https://examplePublicKey@o0.ingest.sentry.io/0',
'environment': 'development',
'level': 'ERROR',
}
# LOG_SENTRY = {
# 'dsn': '',
# 'environment': 'development',
# 'level': 'ERROR',
# }


# MISCELLANEOUS
Expand Down
4 changes: 2 additions & 2 deletions listenbrainz_spark/config.py.sample
@@ -1,6 +1,6 @@
HDFS_HTTP_URI = 'http://leader:9870' # the URI of the http webclient for HDFS
HDFS_HTTP_URI = 'http://hadoop-master:9870' # the URI of the http webclient for HDFS

HDFS_CLUSTER_URI = 'hdfs://leader:9000' # the URI to be used with Spark
HDFS_CLUSTER_URI = 'hdfs://hadoop-master:9000' # the URI to be used with Spark

# rabbitmq
RABBITMQ_HOST = "rabbitmq"
Expand Down

0 comments on commit c95dfc7

Please sign in to comment.