# Your domain, e.g https://example.com # You might have to add :443 if you are using https through a reverse proxy ORIGIN=http://localhost:3000 # The database URL used by the application. # If you are using the provided docker-compose file, you should only change the PASSWORD_HERE # If you are using your own database, you should change this to the correct URL DB_URL=postgres://airtrail:PASSWORD_HERE@db:5432/airtrail # Values below this line are only for the default provided postgres database ################################################################################### # Connection secret for postgres. You should change it to a random password # Please use only the characters `A-Za-z0-9`, without special characters or spaces # When you change the DB_PASSWORD, you should also update the DB_URL accordingly DB_PASSWORD=PASSWORD_HERE # The values below this line do not need to be changed ################################################################################### DB_DATABASE_NAME=airtrail DB_USERNAME=airtrail