blob: c91e9cee6528c64ab33705cb3628b579f025a92e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
; This section is for the configuration of xengineerings web-template.
; You can use additional sections for other purposes.
[web-template]
; Choose a project_name containing only characters and underscores.
; This project_name is used for the systemd service of your
; application (/etc/systemd/system/<project_name>.service) and the
; folder in /opt where your application is deployed
; (/opt/<project_name>/).
project_name=my_web_server
; Choose a project_description to be used for the systemd unit.
project_description=A template for Web Applications
; Select a linux user and group for execution
user=http
group=http
; Select an IP address and port to bind to.
address=127.0.0.1
port=8080
|