mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Whitespace changes
This commit is contained in:
parent
2eb4025486
commit
7c8fe5c9be
2 changed files with 13 additions and 13 deletions
|
|
@ -19,10 +19,10 @@
|
||||||
|
|
||||||
development:
|
development:
|
||||||
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %>
|
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %>
|
||||||
|
|
||||||
test:
|
test:
|
||||||
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %>
|
secret_key_base: <%= SITE_CONFIG["secret_token"] || SecureRandom.hex(64) %>
|
||||||
|
|
||||||
# Do not keep production secrets in the unencrypted secrets file.
|
# Do not keep production secrets in the unencrypted secrets file.
|
||||||
# Instead, either read values from the environment.
|
# Instead, either read values from the environment.
|
||||||
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
|
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
authentication_schemes:
|
authentication_schemes:
|
||||||
- "database"
|
- "database"
|
||||||
|
|
||||||
# You'll probably want to change this to the time zone of the computer where
|
# You'll probably want to change this to the time zone of the computer where
|
||||||
# Tracks is running. Run rake time:zones:local have Rails suggest time zone
|
# Tracks is running. Run rake time:zones:local have Rails suggest time zone
|
||||||
# names on your system
|
# names on your system
|
||||||
time_zone: "UTC"
|
time_zone: "UTC"
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ secure_cookies: false
|
||||||
# Make sure the secret is at least 30 characters and all random,
|
# Make sure the secret is at least 30 characters and all random,
|
||||||
# no regular words or you'll be exposed to dictionary attacks.
|
# no regular words or you'll be exposed to dictionary attacks.
|
||||||
#
|
#
|
||||||
# if you want a nice random key, run this from the tracks directory and
|
# if you want a nice random key, run this from the tracks directory and
|
||||||
# copy-and-paste the result:
|
# copy-and-paste the result:
|
||||||
#
|
#
|
||||||
# rake secret
|
# rake secret
|
||||||
|
|
@ -25,17 +25,17 @@ secret_token: "change-me"
|
||||||
# Set to true when your application is running with https
|
# Set to true when your application is running with https
|
||||||
force_ssl: false
|
force_ssl: false
|
||||||
|
|
||||||
# Uncomment if you want to dispatch todos that come from email based on the To:
|
# Uncomment if you want to dispatch todos that come from email based on the To:
|
||||||
# address rather than the From: address.
|
# address rather than the From: address.
|
||||||
# email_dispatch: 'to'
|
# email_dispatch: 'to'
|
||||||
|
|
||||||
# If you want to send all email to a specific user, uncomment the following line
|
# If you want to send all email to a specific user, uncomment the following line
|
||||||
# and set the environment variable TRACKS_MAIL_RECEIVER to the login name of the
|
# and set the environment variable TRACKS_MAIL_RECEIVER to the login name of the
|
||||||
# user that will receive all email
|
# user that will receive all email
|
||||||
# email_dispatch: 'single_user'
|
# email_dispatch: 'single_user'
|
||||||
|
|
||||||
# Set this to the subdirectory you're hosting tracks in and uncomment if
|
# Set this to the subdirectory you're hosting tracks in and uncomment if
|
||||||
# applicable. NOTE: you will also need to set up your web server to deal with
|
# applicable. NOTE: you will also need to set up your web server to deal with
|
||||||
# the relative URL. Mongrel, for example, has a --prefix option.
|
# the relative URL. Mongrel, for example, has a --prefix option.
|
||||||
# subdir: "/tracks"
|
# subdir: "/tracks"
|
||||||
|
|
||||||
|
|
@ -48,8 +48,8 @@ open_signups: false
|
||||||
# Set to require TOS approval on signup.
|
# Set to require TOS approval on signup.
|
||||||
#tos_link: "https://www.example.com"
|
#tos_link: "https://www.example.com"
|
||||||
|
|
||||||
# When integrating your tracks instance with http://cloudmailin.com/ by using
|
# When integrating your tracks instance with http://cloudmailin.com/ by using
|
||||||
# the /integrations/cloudmailin URL, this value is the cloudmailin-secret for
|
# the /integrations/cloudmailin URL, this value is the cloudmailin-secret for
|
||||||
# verifying the authenticity of the request.
|
# verifying the authenticity of the request.
|
||||||
# (see http://docs.cloudmailin.com/validating_the_sender)
|
# (see http://docs.cloudmailin.com/validating_the_sender)
|
||||||
# cloudmailin: asdasd
|
# cloudmailin: asdasd
|
||||||
|
|
@ -57,7 +57,7 @@ open_signups: false
|
||||||
# Mailgun api key - used to verify incoming HTTP requests from Mailgun.org
|
# Mailgun api key - used to verify incoming HTTP requests from Mailgun.org
|
||||||
# mailgun_api_key: key-abcdef1234567890
|
# mailgun_api_key: key-abcdef1234567890
|
||||||
|
|
||||||
# change this to reflect the email address of the admin that you want to show
|
# change this to reflect the email address of the admin that you want to show
|
||||||
# on the signup page
|
# on the signup page
|
||||||
admin_email: my.email@domain.com
|
admin_email: my.email@domain.com
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue