Fix typo (#301) [ci skip]
* Incorrect spelling of domain(was damain) * Incorrect spelling of applicable(was appicable)
This commit is contained in:
parent
6d91448155
commit
f38ee5aab3
2 changed files with 2 additions and 3 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,4 +1,4 @@
|
|||
<!-- Fill out the appropriate template and delete nonappicable lines -->
|
||||
<!-- Fill out the appropriate template and delete non-applicable lines -->
|
||||
|
||||
## Feature Request or Task
|
||||
### User Story / Description
|
||||
|
|
|
|||
3
Envfile
3
Envfile
|
|
@ -7,7 +7,7 @@ enable_defaults! { ENV['RACK_ENV'] != 'production' }
|
|||
############## Basic configuration #############
|
||||
################################################
|
||||
|
||||
# App damain + Protocol setting for development
|
||||
# App domain + Protocol setting for development
|
||||
variable :APP_DOMAIN, :String, default: "localhost:3000"
|
||||
variable :APP_PROTOCOL, :String, default: "http://"
|
||||
|
||||
|
|
@ -58,7 +58,6 @@ variable :AWS_ID, :String, default: "Optional"
|
|||
variable :AWS_SECRET, :String, default: "Optional"
|
||||
variable :AWS_BUCKET_NAME, :String, default: "Optional"
|
||||
|
||||
|
||||
# AWS SDK
|
||||
variable :AWS_DEFAULT_REGION, :String, default: "us-east-1"
|
||||
variable :AWS_SDK_KEY, :String, default: "Optional"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue