Add chown to setup
This commit is contained in:
parent
9c0c07f561
commit
aa2dd01e24
2 changed files with 2 additions and 1 deletions
1
setup.sh
1
setup.sh
|
@ -11,6 +11,7 @@ npm run build
|
|||
cd ../..
|
||||
./manage.py collectstatic
|
||||
./manage.py migrate
|
||||
sudo chown vpn.vpn . -R
|
||||
sudo cp misc/vpnmanager.service /etc/systemd/system/
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable vpnmanager
|
||||
|
|
|
@ -9,7 +9,7 @@ SECRET_KEY = '=go8&h#^kh6ksr11e2z-@4qqd6t%63$x#-!s#l_yhw@oyanrys'
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ["admin360.kumi.host"]
|
||||
ALLOWED_HOSTS = ["admin360.kumi.host", "test360.kumi.host"]
|
||||
|
||||
TWO_FACTOR_CALL_GATEWAY = None
|
||||
TWO_FACTOR_SMS_GATEWAY = "two_factor.gateways.twilio.gateway.Twilio"
|
||||
|
|
Loading…
Reference in a new issue