mirror of
https://github.com/FlipsideCrypto/eth_activity.git
synced 2026-02-06 10:46:46 +00:00
Update global.R
This commit is contained in:
parent
168d5cf7b1
commit
c328e31f24
@ -8,7 +8,7 @@ library(shroomDK)
|
||||
# gitignored - get your own ShroomDK key from Flipside Crypto!
|
||||
# for local deployments read your own api_key, for RConnect deployments rely on manual setting of environment variable
|
||||
|
||||
api_key <- ifelse(file.exists('api_key.txt'),api_key <- readLines("api_key.txt"), Sys.getenv('api_key'))
|
||||
api_key <- ifelse(file.exists('api_key.txt'), readLines("api_key.txt"), Sys.getenv('api_key'))
|
||||
|
||||
#423E75 # dark purple
|
||||
#CECBF5 # light purple
|
||||
|
||||
Loading…
Reference in New Issue
Block a user