-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everyone can use local dev #1902
base: master
Are you sure you want to change the base?
Changes from 3 commits
0f246be
b3f642b
ffa40b3
f86ff30
fdba7d9
b57bf71
56fec08
733bf56
a41c5c5
c01002c
0d6800f
6ce33b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,43 @@ | ||
ASSERT_HTTPS=false | ||
AWS_ACCESS_KEY_ID=AKIAJXF6CNCWBWNX7JZQ | ||
AWS_SECRET_ACCESS_KEY=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 | ||
AWS_ACCESS_KEY_ID=AKIAIDC4WVMTCGV7KRVQ | ||
AWS_SECRET_ACCESS_KEY=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 | ||
CONTAINER_STOP_LIMIT=10 | ||
DOCKER_IMAGE_BUILDER_CACHE=/git-cache | ||
DOMAIN=localhost:3001 | ||
DOMAIN=localhost:3000 | ||
FULL_API_DOMAIN=http://localhost:3030 | ||
GITHUB_CALLBACK_URL=http://localhost:3030/auth/github/callback | ||
GITHUB_CLIENT_ID=043ad89560d61420ea9e | ||
GITHUB_CLIENT_SECRET=2f093b482a760730d639d11fac20fe963a412bcb | ||
GITHUB_DEPLOY_KEYS_BUCKET=runnable.deploykeys.development | ||
GITHUB_DEPLOY_KEYS_BUCKET=runnable.deploykeys.production-beta | ||
GITHUB_DEPLOY_KEYS_POOL_SIZE=10 | ||
GITHUB_DEPLOY_KEY_TITLE=Runnable-development | ||
GITHUB_HOOK_SECRET=3V3RYTHINGisAW3S0ME! | ||
KRAIN_PORT=3100 | ||
LOG_SRC=true | ||
MONGO=mongodb://127.0.0.1:27017/runnable2 | ||
MONGO=mongodb://api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb@127.0.0.1:27020/gamma | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope. Don't encode production data in here. If we need to, we need to read it from devops-scripts. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How do we do that, but make it automatic for people? |
||
OPTIMUS_HOST=optimus-staging-CodeNow.runnableapp.com | ||
OPTIMUS_PORT=80 | ||
PORT=3030 | ||
RABBITMQ_HOSTNAME=localhost | ||
RABBITMQ_PORT=5672 | ||
RABBITMQ_PASSWORD=guest | ||
RABBITMQ_USERNAME=guest | ||
REDIS_IPADDRESS=127.0.0.1 | ||
REDIS_PORT=6379 | ||
S3_CONTEXT_RESOURCE_BUCKET=runnable.context.resources.development | ||
S3_CONTEXT_RESOURCE_BUCKET=runnable.context.resources.production-gamma | ||
SENDGRID_KEY=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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What key is this? |
||
ALLOW_ALL_CORS=true | ||
BIG_POPPA_HOST=localhost:7788 | ||
VALID_REDIR_TLDS=localhost | ||
# used by new relic npm module | ||
NEW_RELIC_TRACER_ENABLED=false | ||
NUM_WORKERS=1 | ||
USER_CONTENT_DOMAIN=runnablecloud.com | ||
RABBITMQ_HOSTNAME=localhost | ||
VALID_REDIR_TLDS=runnable-gamma.com,runnable.ninja | ||
WEB_URL=https://app.runnable-gamma.com | ||
SWARM_HOST=http://localhost:52375 | ||
IS_QUEUE_WORKER=true | ||
GITHUB_VARNISH_HOST=api.github.com | ||
GITHUB_VARNISH_PORT=443 | ||
GITHUB_PROTOCOL=https |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What key is this?