astro/shippy.config.ts

10 lines
267 B
TypeScript

export default {
host: {
host: "15.235.122.159",
username: "haetae",
remoteProjectPath: "/var/www/",
remoteDbPath: "/var/www/fujohost/haetae/guestbook.db",
dbDriver: "astro:db",
privateKeyPath: "/home/ayowaddup/.ssh/shippy.id_ed25519"
}
};