github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/newapp/core/templates/-dot-env.tmpl (about) 1 # This .env file was generated by buffalo, add here the env variables you need 2 # buffalo to load into the ENV on application startup so your application works correctly. 3 # To add variables use KEY=VALUE format, you can later retrieve this in your application 4 # by using os.Getenv("KEY"). 5 # 6 # Example: 7 # DATABASE_PASSWORD=XXXXXXXXX 8 # SESSION_SECRET=XXXXXXXXX 9 # SMTP_SERVER=XXXXXXXXX