-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#96 amazon settings added to the enviromental settings
- Loading branch information
H. Türkü Kaya
committed
Dec 1, 2013
1 parent
a1490b6
commit b7cc645
Showing
3 changed files
with
17 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -5,4 +5,10 @@ smtp: | |
enable_starttls_auto: true | ||
user_name: '[email protected]' | ||
password: 'password' | ||
authentication: 'plain' | ||
authentication: 'plain' | ||
S3: | ||
bucket: projectname-production | ||
access_key_id: XXXXXXXXXXXXXXXX | ||
secret_access_key: YYYYYYYYYYYYYYYYYY | ||
aws_url: http://projectname-production.s3.amazonaws.com/ | ||
aws_raw_url: projectname-production.s3.amazonaws.com |
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 |
---|---|---|
|
@@ -5,4 +5,11 @@ smtp: | |
enable_starttls_auto: true | ||
user_name: '[email protected]' | ||
password: 'password' | ||
authentication: 'plain' | ||
authentication: 'plain' | ||
|
||
S3: | ||
bucket: projectname-staging | ||
access_key_id: XXXXXXXXXXXXXXXX | ||
secret_access_key: YYYYYYYYYYYYYYYYYY | ||
aws_url: http://projectname-staging.s3.amazonaws.com/ | ||
aws_raw_url: projectname-staging.s3.amazonaws.com |
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
b7cc645
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.
👍
b7cc645
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.
👍
b7cc645
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.
I think
Aws.S3.bucket
is better thatS3.bucket
. We can use other service in the future.b7cc645
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.
@onurozgurozkan +1
Aws.S3.bucket