Last active
July 15, 2018 02:56
-
-
Save noellabo/371b9a083bc3d5090d26b2dba9fbcaf2 to your computer and use it in GitHub Desktop.
pub-relayのenvひな形
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
# default: localhost | |
# DOMAIN= | |
# default: 3000 | |
# PORT= | |
# defalut: false | |
# HTTPS= | |
# default: redis://localhost:6379/1 | |
# REDIS_URL= | |
# dafault: '' | |
# REDIS_NAMESPACE= | |
# default: '../Gemfile', __dir__ | |
# BUNDLE_GEMFILE= | |
# default: 5 | |
# RAILS_MAX_THREADS= | |
# default: 'pub-relay_production' | |
# DB_NAME= | |
# default: 'pub-relay' | |
# DB_USER= | |
# default: '' | |
# DB_PASS= | |
# default: 'development' | |
# RAILS_ENV= | |
# default: 2 | |
# WEB_CONCURRENCY= | |
# default: '' | |
# RAILS_SERVE_STATIC_FILES= | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment