-
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
Open
Nathan219
wants to merge
12
commits into
master
Choose a base branch
from
use-local-dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
0f246be
Make env.dev actually useful
Nathan219 b3f642b
Merge remote-tracking branch 'origin/master' into use-local-dev
Nathan219 ffa40b3
Merge branch 'master' into use-local-dev
Nathan219 f86ff30
Update .env.development
Nathan219 fdba7d9
Update .env.development
Nathan219 b57bf71
Update .env.development
Nathan219 56fec08
Update .env.development
Nathan219 733bf56
Merge branch 'master' into use-local-dev
Nathan219 a41c5c5
fix user-content-domain
Nathan219 c01002c
Merge branch 'master' into use-local-dev
Nathan219 0d6800f
Merge branch 'master' into use-local-dev
Nathan219 6ce33b2
add webhook url
Nathan219 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -3,25 +3,41 @@ AWS_ACCESS_KEY_ID=AKIAJXF6CNCWBWNX7JZQ | |
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-gamma | ||
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:[REPLACEME]@127.0.0.1:27020/gamma | ||
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 |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is jank, if you need to set this manually, just set it locally when you develop. should not be in repo