github.com/bscott/buffalo@v0.11.1/generators/newapp/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 # SESSIONS_SECRET=XXXXXXXXX 9 # SMTP_SERVER=XXXXXXXXX