Update stack.production.yml
This commit is contained in:
parent
e94c53dbe8
commit
0476417dea
|
@ -7,7 +7,7 @@ x-environment:
|
||||||
PORT: 8000
|
PORT: 8000
|
||||||
EMAIL_URL: smtp://glitch@nixc.us:G2BeHLDezu2Eg8x5aDy8MZ3RTLJoP6xJyvwDnFDMCrFxe7AWW5mAst96zvkcDq3R@box.p.nixc.us:465 # https://glitchtip.com/documentation/install#configuration
|
EMAIL_URL: smtp://glitch@nixc.us:G2BeHLDezu2Eg8x5aDy8MZ3RTLJoP6xJyvwDnFDMCrFxe7AWW5mAst96zvkcDq3R@box.p.nixc.us:465 # https://glitchtip.com/documentation/install#configuration
|
||||||
GLITCHTIP_DOMAIN: https://glitch.nixc.us # Change this to your domain
|
GLITCHTIP_DOMAIN: https://glitch.nixc.us # Change this to your domain
|
||||||
DEFAULT_FROM_EMAIL: glitch@nixc.us # Change this to your email
|
# DEFAULT_FROM_EMAIL: glitch@nixc.us # Change this to your email
|
||||||
CELERY_WORKER_CONCURRENCY: 2 # Set to 2 to prevent excessive memory usage. Change it or remove to set it to the number of cpu cores.
|
CELERY_WORKER_CONCURRENCY: 2 # Set to 2 to prevent excessive memory usage. Change it or remove to set it to the number of cpu cores.
|
||||||
## custom config
|
## custom config
|
||||||
GLITCHTIP_MAX_EVENT_LIFE_DAYS: 30
|
GLITCHTIP_MAX_EVENT_LIFE_DAYS: 30
|
||||||
|
|
Loading…
Reference in New Issue