mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
51 lines
1.7 KiB
Text
51 lines
1.7 KiB
Text
development:
|
|
database: 'postgres://localhost/neocities'
|
|
database_pool: 1
|
|
redis_url: "redis://localhost"
|
|
session_secret: "SECRET GOES HERE"
|
|
recaptcha_public_key: "6LdSMScTAAAAAADhP4IDb5s_EN1qMmvNmrUXReE-"
|
|
recaptcha_private_key: "6LdSMScTAAAAAIZAvP_W9d8fMsVT3iBX5wCwGvqV"
|
|
sidekiq_user: "ENTER USER HERE"
|
|
sidekiq_pass: "ENTER PASS HERE"
|
|
stripe_publishable_key: "ENTER KEY HERE"
|
|
stripe_api_key: "ENTER KEY HERE"
|
|
ip_hash_salt: "400$8$1$fc21863da5d531c1"
|
|
proxy_pass: 'somethinglongandrandom'
|
|
email_unsubscribe_token: 'somethingrandom'
|
|
logs_path: /path/to/nginx/logs
|
|
paypal_api_username: derp
|
|
paypal_api_password: ing
|
|
paypal_api_signature: tonz
|
|
letsencrypt_key: ./tests/files/letsencrypt.key
|
|
letsencrypt_endpoint: https://acme-staging.api.letsencrypt.org/
|
|
proxy_ips:
|
|
- 10.0.0.1
|
|
- 10.0.0.2
|
|
education_tag_whitelist:
|
|
- mrteacher
|
|
screenshots_url: http://screenshots:derp@127.0.0.1:12345
|
|
stop_forum_spam_api_key: testkey
|
|
test:
|
|
database: 'postgres://localhost/neocities_test'
|
|
database_pool: 1
|
|
session_secret: "SECRET GOES HERE"
|
|
recaptcha_public_key: "ENTER PUBLIC KEY HERE"
|
|
recaptcha_private_key: "ENTER PRIVATE KEY HERE"
|
|
sidekiq_user: "ENTER USER HERE"
|
|
sidekiq_pass: "ENTER PASS HERE"
|
|
stripe_publishable_key: "ENTER KEY HERE"
|
|
stripe_api_key: "ENTER KEY HERE"
|
|
ip_hash_salt: "400$8$1$fc21863da5d531c1"
|
|
proxy_pass: 'somethinglongandrandom'
|
|
email_unsubscribe_token: 'somethingrandom'
|
|
paypal_api_username: derp
|
|
paypal_api_password: ing
|
|
paypal_api_signature: tonz
|
|
letsencrypt_key: ./tests/files/letsencrypt.key
|
|
letsencrypt_endpoint: https://acme-staging.api.letsencrypt.org/
|
|
proxy_ips:
|
|
- 10.0.0.1
|
|
- 10.0.0.2
|
|
education_tag_whitelist:
|
|
- mrteacher
|
|
stop_forum_spam_api_key: testkey
|