Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sediment
sediment
Commits
c4106097
Commit
c4106097
authored
Oct 15, 2022
by
Malte Schmitz
Browse files
Fix README
parent
ac777135
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c4106097
...
...
@@ -10,7 +10,7 @@ rails credentials:edit
## Environment Variables
In production the mailer is configured in
`config/
initializers
/production.rb`
. The following options must be set as environment variables:
In production the mailer is configured in
`config/
environment
/production.rb`
. The following options must be set as environment variables:
```
MAILER_PASSWORD="CHANGEME"
...
...
@@ -18,7 +18,7 @@ MAILER_HOST="localhost"
MAILER_PORT="3000"
```
During development the mailer is configured in
`config/
initializers
/development.rb`
to send mails to file. No environment variables are read.
During development the mailer is configured in
`config/
environment
/development.rb`
to send mails to file. No environment variables are read.
## Creating The First Admin User
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment