neighbor 0.1.4

A simple content management system.
1
2
3
4
5
# Configure the database URL by replacing USERNAME and PASSWORD.
DATABASE_URL=postgres://USERNAME:PASSWORD@localhost/neighbor

# Optionally enable logging.
RUST_LOG=info