houdini/config/settings.yml
Kasia Jarmołkowicz b99f7959ce Add CampaignTemplate
Read S3 bucket name and AWS region from env

Add /postgres-data to .gitignore

Custom campaign layout

Adjust custom layout

wip fix wizard init on campaign page

wip adjust design

adjust campaigner profile section

wider banner, fix button colours

Fix custom layout

Add custom_layout to nonprofit and render, if exists

Fallback profile picture

wip
2018-11-21 11:00:44 -06:00

78 lines
1.6 KiB
YAML

# License: CC0-1.0
general:
name: Houdini Project
logo: "logos/houdini_project_bug.svg"
logo_full: "logos/houdini_project_full.svg"
poweredby_logo: "logos/houdini_project_rectangle_150.png"
default:
image:
# profile: "/images/fallback/wemove.min.svg"
# nonprofit: "/images/fallback/wemove.min.svg"
# campaign: "/fallback/default-campaign-background.jpg"
profile: "/images/fallback/default-profile.png"
nonprofit: "/images/fallback/default-nonprofit.png"
campaign: "/fallback/default-campaign-background.jpg"
cache_store: dalli_store
aws:
access_key_id: <%= ENV['AWS_ACCESS_KEY'] %>
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
region: <%= ENV['AWS_REGION'] %>
bucket: <%= ENV['S3_BUCKET_NAME'] %>
mailer:
delivery_method: "sendmail"
address: "localhost"
port: 25
host: "http://localhost"
cdn:
url: "http://localhost:5000"
payment_provider:
stripe_connect: false
stripe_public_key: <%= ENV['STRIPE_API_PUBLIC'] %>
stripe_private_key: <%= ENV['STRIPE_API_KEY'] %>
stripe_proprietary_v2_js: false
default_bp:
id: 1
devise:
mailer_sender: 'fake@fake.fake'
page_editor:
editor: 'quill'
language: 'en'
available_locales: ['en', 'de']
intntl:
currencies: ["usd"]
all_currencies:
- unit: "dollars"
subunit: "cents"
symbol: "$"
abbv: "usd"
format: "%u%n"
- unit: "euro"
subunit: "cents"
symbol: "€"
abbv: "eur"
format: "%n%u"
source_tokens:
max_uses: 1
expiration_time: 1200
event_donation_source:
time_after_event: 1728000
max_uses: 20
nonprofits_must_be_vetted: false
api_domain:
url: "http://localhost:5000"