Skip to content

Commit dc3901e

Browse files
committed
Reduce heading sizes
1 parent 0b6cf8a commit dc3901e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Variables are set in the `playbooks/vars/main.yml` file in your project. A few v
44

55
## Required config
66

7-
#### app_name
7+
##### app_name
88

99
Name of your OTP app. This is the name of your project in `mix.exs` (the value of the `app` key in the `project` function).
1010

@@ -26,21 +26,21 @@ defmodule Firebrick.Mixfile do
2626

2727
> Do not use the hostname of your server as the app's name. Monit will have conflicts and error out.
2828
29-
#### repo_url
29+
##### repo_url
3030

3131
Git url of your project
3232

3333
* Example values:
3434
* `https://example.com/foo/bar.git`
3535
* `[email protected]:bar.git`
3636

37-
#### app_port
37+
##### app_port
3838

3939
Must be set to an integer. Port must not be used by any apps already on the same server.
4040

4141
> Suggestion: Start somewhere at 3001 and keep incrementing it for every app you deploy. Easier to keep track.
4242
43-
#### domains
43+
##### domains
4444

4545
The domains/subdomains to use for your project. By default your project is accessible from the IP address. Using projects without domains isn't recommended since Nginx will only serve the first project for an IP address. If you intend to host multiple projects on a server, use domain or subdomain names.
4646

0 commit comments

Comments
 (0)