same as last commit

Aevann 2024-04-29 04:44:43 +03:00
parent 3d947fbfb2
commit aee818da33
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ export SECRET_KEY='blahblahblah'
export DATABASE_URL='postgresql://postgres@postgres:5432'
export REDIS_URL='redis://redis:6379'
export PROXY_URL='http://localhost:18080'
export PROXY_LOCATION='AM'
export LOG_DIRECTORY='/var/log/rdrama'
export SETTINGS_FILENAME='/site_settings.json'
export GIPHY_KEY='blahblahblah'

View File

@ -7,8 +7,8 @@ Restart = on-failure
RestartSec = 30s
User = rdrama
Group = rdrama
EnvironmentFile=/e
ExecStart = /snap/bin/opera-proxy -country ${PROXY_LOCATION}
EnvironmentFile=/country
ExecStart = /snap/bin/opera-proxy -country ${country}
[Install]
WantedBy = multi-user.target