Currently the database connection information is get from an environment variable DATABASE_URL. To be more a "go thing", we could change it to be a flag --databaseURL instead of the environment var. In some scenarios, the env would be used as the value of the flag, like --databaseURL=DATABASE_URL, but that would not be mandatory
Currently the database connection information is get from an environment variable DATABASE_URL. To be more a "go thing", we could change it to be a flag
--databaseURLinstead of the environment var. In some scenarios, the env would be used as the value of the flag, like--databaseURL=DATABASE_URL, but that would not be mandatory