feat: bump version to 1.0.0

This commit is contained in:
2026-04-30 00:35:48 +01:00
parent 307f4f34a5
commit 5df3a21a71
9 changed files with 251 additions and 31 deletions
+21
View File
@@ -0,0 +1,21 @@
### Photon Environment Variables
PHOTON_PORT=8090
USER_EMAIL=photon@jrdn.dev
DATA_PATH=./data
### Domain Options
PHOTON_DOMAIN=photon.local
# Uncomment the below lines if you are using a custom subdomain for link sharing.
# PHOTON_SHARE_DOMAIN=share.photon.local
# COOKIE_DOMAIN=.photon.local
### Photon Worker Environment Variables
SCAN_RATE=10
### Database Environment Variables
MYSQL_HOST=db
MYSQL_DATABASE=photon
MYSQL_USER=photon
MYSQL_PASSWORD=changeme
MYSQL_ROOT_PASSWORD=pleasechangeme