Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ac162dba
Commit
ac162dba
authored
Aug 27, 2014
by
Stephen Sanchez
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4994 from edx/sanchez/aws_social_link_overrides
Adding social media link overrides for AWS.
parents
d935c778
9186f39e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lms/envs/aws.py
+6
-0
No files found.
lms/envs/aws.py
View file @
ac162dba
...
@@ -130,6 +130,12 @@ PLATFORM_NAME = ENV_TOKENS.get('PLATFORM_NAME', PLATFORM_NAME)
...
@@ -130,6 +130,12 @@ PLATFORM_NAME = ENV_TOKENS.get('PLATFORM_NAME', PLATFORM_NAME)
# For displaying on the receipt. At Stanford PLATFORM_NAME != MERCHANT_NAME, but PLATFORM_NAME is a fine default
# For displaying on the receipt. At Stanford PLATFORM_NAME != MERCHANT_NAME, but PLATFORM_NAME is a fine default
PLATFORM_TWITTER_ACCOUNT
=
ENV_TOKENS
.
get
(
'PLATFORM_TWITTER_ACCOUNT'
,
PLATFORM_TWITTER_ACCOUNT
)
PLATFORM_TWITTER_ACCOUNT
=
ENV_TOKENS
.
get
(
'PLATFORM_TWITTER_ACCOUNT'
,
PLATFORM_TWITTER_ACCOUNT
)
PLATFORM_FACEBOOK_ACCOUNT
=
ENV_TOKENS
.
get
(
'PLATFORM_FACEBOOK_ACCOUNT'
,
PLATFORM_FACEBOOK_ACCOUNT
)
PLATFORM_FACEBOOK_ACCOUNT
=
ENV_TOKENS
.
get
(
'PLATFORM_FACEBOOK_ACCOUNT'
,
PLATFORM_FACEBOOK_ACCOUNT
)
# Used for social media links.
PLATFORM_TWITTER_URL
=
ENV_TOKENS
.
get
(
'PLATFORM_TWITTER_URL'
,
PLATFORM_TWITTER_URL
)
PLATFORM_MEETUP_URL
=
ENV_TOKENS
.
get
(
'PLATFORM_MEETUP_URL'
,
PLATFORM_MEETUP_URL
)
PLATFORM_LINKEDIN_URL
=
ENV_TOKENS
.
get
(
'PLATFORM_LINKEDIN_URL'
,
PLATFORM_LINKEDIN_URL
)
PLATFORM_GOOGLE_PLUS_URL
=
ENV_TOKENS
.
get
(
'PLATFORM_GOOGLE_PLUS_URL'
,
PLATFORM_GOOGLE_PLUS_URL
)
CC_MERCHANT_NAME
=
ENV_TOKENS
.
get
(
'CC_MERCHANT_NAME'
,
PLATFORM_NAME
)
CC_MERCHANT_NAME
=
ENV_TOKENS
.
get
(
'CC_MERCHANT_NAME'
,
PLATFORM_NAME
)
EMAIL_BACKEND
=
ENV_TOKENS
.
get
(
'EMAIL_BACKEND'
,
EMAIL_BACKEND
)
EMAIL_BACKEND
=
ENV_TOKENS
.
get
(
'EMAIL_BACKEND'
,
EMAIL_BACKEND
)
EMAIL_FILE_PATH
=
ENV_TOKENS
.
get
(
'EMAIL_FILE_PATH'
,
None
)
EMAIL_FILE_PATH
=
ENV_TOKENS
.
get
(
'EMAIL_FILE_PATH'
,
None
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment