Initial commit
This commit is contained in:
26
.env
Normal file
26
.env
Normal file
@@ -0,0 +1,26 @@
|
||||
STACK_NAME=local-dev
|
||||
|
||||
# Rails
|
||||
LOG_LEVEL=debug
|
||||
RAILS_ENV=production
|
||||
RAILS_MAX_THREADS=5
|
||||
PORT=5090
|
||||
SECRET_KEY_BASE=5e24529bc64ff2fccfadb21b086d9a27caf03fc052190b2261c1e05e1f84f0ce783c5a4e5b93cb5748092882ddf0d6fd3ea2a57ba4bdfb25de704c790d4248f2
|
||||
TMPDIR=/tmp/vendor-scheduler-service
|
||||
|
||||
# Persistence
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_USERNAME=postgres
|
||||
DATABASE_PASSWORD=postgres
|
||||
|
||||
# rabbitmq
|
||||
RABBITMQ_HOST=rabbitmq
|
||||
RABBITMQ_PORT=5672
|
||||
RABBITMQ_VHOST=/
|
||||
RABBITMQ_USER=roger
|
||||
RABBITMQ_PASSWORD=rabbit
|
||||
|
||||
# onex
|
||||
ONEX_TARGET_PROJECT_ID=1
|
||||
ONEX_CENTRAL_URL=http://localhost:5070
|
||||
Reference in New Issue
Block a user