Add app key for scipio
This commit is contained in:
parent
a629cb0286
commit
f0d5169e9e
@ -3,6 +3,7 @@ version: "{{ omni_compose_version | string }}"
|
||||
|
||||
|
||||
x-global-env: &globalenv
|
||||
SCIPIO_SECRET_KEY: {{ omni_compose_app_secrets.scipio.application_key }}
|
||||
SCIPIO_DB_BACKEND: MARIA
|
||||
SCIPIO_DB_HOST: database
|
||||
SCIPIO_DB_PORT: "3306"
|
||||
@ -12,6 +13,7 @@ x-global-env: &globalenv
|
||||
SCIPIO_LOG_LEVEL: debug
|
||||
SCIPIO_LOG_RETENTION: "864000"
|
||||
SCIPIO_LOG_BACKEND: redis
|
||||
SCIPIO_LOG_REDIS_SCHEMA: "0"
|
||||
SCIPIO_LOG_REDIS_HOSTNAME: cache
|
||||
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
|
||||
SCIPIO_PHANTOM_HANDLER: tipranks
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a6d05271693459972cc749ab6024d797b9904ee1
|
||||
Subproject commit 0248a5772ab9f35ce8cdf43dfe5926d59636baee
|
Reference in New Issue
Block a user