Basic API structure

This commit is contained in:
Daniel Mason 2021-03-25 18:15:01 +13:00
parent 28d8d3491a
commit 529ac7ab84
9 changed files with 118 additions and 16 deletions

View file

@ -5,10 +5,6 @@ After=network.target
[Service]
Type=simple
User=www-data
Environment="MYSQL_HOST=127.0.0.1"
Environment="MYSQL_USER=goscrobble"
Environment="MYSQL_PASS=supersecurepass"
Environment="MYSQL_DB=goscrobble"
ExecStart=/opt/goscrobble/goscrobble
Restart=on-failure