Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
136
config/application.yml
Normal file
136
config/application.yml
Normal file
@@ -0,0 +1,136 @@
|
||||
defaults: &defaults
|
||||
app: "componentowl"
|
||||
host: "elb.componentowl.com"
|
||||
feedback_email: "support@componentowl.com"
|
||||
internal_error_email: ["support@componentowl.com"]
|
||||
license_key_error_email: "support@componentowl.com"
|
||||
no_email: "no.email@componentowl.com"
|
||||
notification_email: "support@componentowl.com"
|
||||
featured_product: better-listview
|
||||
featured_category: better-listview
|
||||
whats_new_code: whats-new
|
||||
editions_code: editions
|
||||
features_code: features
|
||||
screenshots_code: screenshots
|
||||
releases_code: releases
|
||||
story_code: story
|
||||
pricing_code: pricing-licensing
|
||||
documentation_code: documentation
|
||||
quick_start_guide_code: quick-start-guide
|
||||
class_reference_code: class-reference
|
||||
support_request_origin_internal_error: internal-error
|
||||
private_dir: private
|
||||
api_token: sitHmenkae9coOLy75tabESAdsdorMYpadre83SmeLtaFt7piCnoGfUsed53wot0Dregs
|
||||
unsubscribe_url: "http://elb.componentowl.com/unsubscribe/%s"
|
||||
url_param_crypt:
|
||||
password: jug6eBbEd
|
||||
salt: vEsT67trIp
|
||||
dextronet_url: http://elb.componentowl.com
|
||||
stdl_url: http://www.dextronet.com/swift-to-do-list-software
|
||||
stdl_download: http://www.dextronet.com/download/swift-to-do-list
|
||||
better_splitbutton_buy_url: "https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=1830/12&PRODUCTID=18300075&CLR=0"
|
||||
facebook_url: "https://www.facebook.com/ComponentOwl"
|
||||
newsletter:
|
||||
from: 'Component Owl <support@componentowl.com>'
|
||||
batch_size: 300
|
||||
rss:
|
||||
posts: 8
|
||||
home:
|
||||
products: 6
|
||||
blog_posts: 5
|
||||
latest: 5
|
||||
resources:
|
||||
blog_posts: 5
|
||||
featured_articles: 3
|
||||
products:
|
||||
testimonials: 10
|
||||
product:
|
||||
screenshots: 4
|
||||
featured_testimonials: 2
|
||||
order:
|
||||
bmt_url: https://secure.bmtmicro.com/servlets/Orders.ShoppingCart
|
||||
cid: 1830/12
|
||||
clr: 0
|
||||
activation_limits:
|
||||
activations_18300042: 3
|
||||
activations_18300043: 3
|
||||
activations_18300044: 15
|
||||
activations_18300045: 15
|
||||
activations_18300046: 300
|
||||
activations_18300047: 300
|
||||
activations_18300048: 1000
|
||||
activation_auth:
|
||||
login: activations
|
||||
password: pEePUbr6Castuprep4spe35trS6Eh
|
||||
pad:
|
||||
MASTER_PAD_VERSION: "3.11"
|
||||
MASTER_PAD_EDITOR: "Dextronet PAD Generator"
|
||||
MASTER_PAD_INFO: "Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad"
|
||||
Company_Name: "Component Owl"
|
||||
Address_1: ""
|
||||
Address_2: ""
|
||||
City_Town: ""
|
||||
State_Province: "CA"
|
||||
Zip_Postal_Code: "93109"
|
||||
Country: "Czech Republic"
|
||||
Company_WebSite_URL: "http://www.componentowl.com"
|
||||
Contact_First_Name: "Brian"
|
||||
Contact_Last_Name: "Galura"
|
||||
Contact_Email: "support@componentowl.com"
|
||||
Author_First_Name: "Brian"
|
||||
Author_Last_Name: "Galura"
|
||||
Author_Email: "support@componentowl.com"
|
||||
Sales_Email: "support@componentowl.com"
|
||||
Support_Email: "support@componentowl.com"
|
||||
General_Email: "support@componentowl.com"
|
||||
ASP_FORM: "Y"
|
||||
ASP_Member: "Y"
|
||||
ASP_Member_Number: "6865"
|
||||
NewsFeed_FORM: "Y"
|
||||
NewsFeed_VERSION: "1.0"
|
||||
NewsFeed_URL: "http://www.componentowl.com/feeds.rss"
|
||||
NewsFeed_Type: "RSS 0.90"
|
||||
NewsFeed_Language: "English"
|
||||
NewsFeed_Purpose: "News"
|
||||
NewsFeed_Author_Email: "support@componentowl.com"
|
||||
NewsFeed_Author_First_Name: "Brian"
|
||||
NewsFeed_Author_Last_Name: "Galura"
|
||||
NewsFeed_DESCRIPTION: "Component Owl News and Updates"
|
||||
Site_FORM: "Y"
|
||||
Site_VERSION: "1.0"
|
||||
Site_URL: "http://elb.componentowl.com"
|
||||
Site_DESCRIPTION: "Better ListView .NET Component"
|
||||
Site_Contact_Email: "support@componentowl.com"
|
||||
Site_Contact_First_Name: "Brian"
|
||||
Site_Contact_Last_Name: "Galura"
|
||||
Program_Type: "Shareware"
|
||||
Program_Release_Status: "New Release"
|
||||
Program_Install_Support: "Install and Uninstall"
|
||||
Program_OS_Support: "Win2000,Win7 x32,Win7 x64,WinServer,WinVista,WinVista x64,WinXP"
|
||||
Program_Language: "English"
|
||||
Program_System_Requirements: "None"
|
||||
Has_Expire_Info: "N"
|
||||
Expire_Count: ""
|
||||
Expire_Based_On: ""
|
||||
Expire_Other_Info: ""
|
||||
Distribution_Permissions: "The original trial package can be distributed through internet and on CD-roms, as long as no money is being charged for the content itself."
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
|
||||
preproduction:
|
||||
<<: *defaults
|
||||
uploadable_asset_host: "assets.componentowl.dev.netcreates.com"
|
||||
download_host: "assets.componentowl.dev.netcreates.com"
|
||||
|
||||
production:
|
||||
<<: *defaults
|
||||
uploadable_asset_host: "assets.componentowl.com"
|
||||
download_host: "download.componentowl.com"
|
||||
feedback_email: ["support@componentowl.com"]
|
||||
internal_error_email: ["support@componentowl.com"]
|
||||
license_key_error_email: ["support@componentowl.com"]
|
||||
notification_email: "support@componentowl.com"
|
||||
Reference in New Issue
Block a user