Added PostgreSQL RDS database. Added channels protected endpoints. Added scripts and docker config to run application locally in dev mode.
Some checks failed
AWS Deploy on Push / build (push) Failing after 41s
Some checks failed
AWS Deploy on Push / build (push) Failing after 41s
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
|
||||
# For use with Docker Compose to run application locally
|
||||
MOCK_AUTH=true/false
|
||||
DB_USER=MyDBUser
|
||||
DB_PASSWORD=MyDBPassword
|
||||
DB_HOST=MyDBHost
|
||||
DB_NAME=iptv_updater
|
||||
|
||||
FREEDNS_User=MyFreeDNSUsername
|
||||
FREEDNS_Password=MyFreeDNSPassword
|
||||
DOMAIN_NAME=mydomain.com
|
||||
|
||||
Reference in New Issue
Block a user