forked from OcularEngineering/ocular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean Up Ocular Docker Commands (OcularEngineering#105)
* Modify Local Ocular Env * Add New Command npm run local * Fixed Docker Local Command * Optimize Docker Commands * Fix Kafka Command * Clean Up Docker Commands
- Loading branch information
1 parent
90e012d
commit 0bbdef9
Showing
25 changed files
with
412 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,5 @@ typesense-data/ | |
redis-data/ | ||
|
||
env.local | ||
.env.local | ||
Kafka |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Required Open AI Keys | ||
OPEN_AI_KEY= | ||
OPEN_AI_CHAT_MODEL= | ||
|
||
# OAUTH Credientials - Add these if you want to enable OAUTH for indexing apps | ||
# Apps Installed | ||
GOOGLE_CLIENT_ID= | ||
GOOGLE_CLIENT_SECRET= | ||
|
||
ASANA_CLIENT_ID= | ||
ASANA_CLIENT_SECRET= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
log4j.rootLogger=INFO, stdout | ||
|
||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender | ||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout | ||
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c)%n | ||
|
||
|
||
log4j.logger.kafka=ERROR | ||
log4j.logger.kafka.network.RequestChannel$=WARN | ||
log4j.logger.kafka.producer.async.DefaultEventHandler=DEBUG | ||
log4j.logger.kafka.request.logger=WARN | ||
log4j.logger.kafka.controller=ERROR | ||
log4j.logger.kafka.log.LogCleaner=INFO | ||
log4j.logger.state.change.logger=ERROR | ||
log4j.logger.kafka.authorizer.logger=WARN | ||
log4j.logger.org.apache.zookeeper=ERROR | ||
log4j.logger.org.apache.kafka=ERROR | ||
log4j.logger.kafka.cluster=ERROR | ||
log4j.logger.kafka.coordinator=ERROR | ||
log4j.logger.kafka.log=ERROR | ||
log4j.logger.kafka.server=ERROR | ||
log4j.logger.kafka.zookeeper=ERROR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.