2018-03-25 17:11:49 +00:00
|
|
|
# License: CC0-1.0
|
2018-03-25 17:30:42 +00:00
|
|
|
mailer:
|
|
|
|
delivery_method: "sendmail"
|
|
|
|
address: "localhost"
|
|
|
|
port: 25
|
|
|
|
host: "cc.wemove.eu"
|
|
|
|
|
|
|
|
cdn:
|
|
|
|
url: "https://cc.wemove.eu"
|
|
|
|
|
|
|
|
payment_provider:
|
|
|
|
stripe_public_key: <%= ENV['STRIPE_API_PUBLIC'] %>
|
|
|
|
stripe_private_key: <%= ENV['STRIPE_API_KEY'] %>
|